Merge "Update bandit version"

This commit is contained in:
Zuul 2019-08-26 14:54:44 +00:00 committed by Gerrit Code Review
commit 7112601861
3 changed files with 3 additions and 3 deletions

View File

@ -48,5 +48,5 @@ reno==1.8.0 # Apache2
sphinxcontrib-httpdomain==1.6.0 # Apache-2.0
doc8==0.6.0 # Apache-2.0
Pygments==2.2.0 # BSD
bandit==1.1.0 # Apache-2.0
bandit==1.6.0 # Apache-2.0
os-api-ref==1.0.0 # Apache-2.0

View File

@ -21,5 +21,5 @@ sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
reno>=1.8.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
Pygments>=2.2.0 # BSD license
bandit>=1.1.0 # Apache-2.0
bandit>=1.6.0 # Apache-2.0
os-api-ref>=1.0.0 # Apache-2.0

View File

@ -30,7 +30,7 @@ commands =
[testenv:bandit]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -r cloudkitty -n5 -x tests -ll
commands = bandit -r cloudkitty -n5 -x cloudkitty/tests/* -ll
[testenv:cover]
basepython = python3