mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Remove excessive bandit output from security checks
This commit is contained in:
		
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							@@ -57,6 +57,6 @@ deps =
 | 
				
			|||||||
allowlist_externals =
 | 
					allowlist_externals =
 | 
				
			||||||
    bash
 | 
					    bash
 | 
				
			||||||
commands =
 | 
					commands =
 | 
				
			||||||
    bandit --recursive {toxinidir}/tox_poetry_installer.py
 | 
					    bandit --quiet {toxinidir}/tox_poetry_installer.py
 | 
				
			||||||
    bash -c "bandit --skip B101 {toxinidir}/tests/*.py"
 | 
					    bash -c "bandit --quiet --skip B101 {toxinidir}/tests/*.py"
 | 
				
			||||||
    bash -c "poetry export --format requirements.txt --without-hashes --dev | safety check --stdin --bare"
 | 
					    bash -c "poetry export --format requirements.txt --without-hashes --dev | safety check --stdin --bare"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user