Merge "Extras for bandit"

This commit is contained in:
Jenkins 2015-08-18 23:08:02 +00:00 committed by Gerrit Code Review
commit 909ed85053
3 changed files with 3 additions and 4 deletions

View File

@ -29,6 +29,8 @@ memcache =
python-memcached>=1.56
MongoDB =
pymongo>=3.0.2
bandit =
bandit>=0.13.2
[global]
setup-hooks =

View File

@ -32,8 +32,5 @@ oslosphinx>=2.5.0 # Apache-2.0
tempest-lib>=0.6.1
# Security checks
bandit>=0.13.2
# Functional tests.
requests>=2.5.2

View File

@ -105,7 +105,7 @@ commands=
commands = oslo-config-generator --config-file=config-generator/keystone.conf
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
deps = .[bandit]
commands = bandit -c bandit.yaml -r keystone -n5 -p keystone_conservative
[hacking]