mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +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 =
 | 
			
		||||
    bash
 | 
			
		||||
commands =
 | 
			
		||||
    bandit --recursive {toxinidir}/tox_poetry_installer.py
 | 
			
		||||
    bash -c "bandit --skip B101 {toxinidir}/tests/*.py"
 | 
			
		||||
    bandit --quiet {toxinidir}/tox_poetry_installer.py
 | 
			
		||||
    bash -c "bandit --quiet --skip B101 {toxinidir}/tests/*.py"
 | 
			
		||||
    bash -c "poetry export --format requirements.txt --without-hashes --dev | safety check --stdin --bare"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user