Merge "Add bandit-baseline to tox.ini"

This commit is contained in:
Jenkins 2017-03-29 22:29:39 +00:00 committed by Gerrit Code Review
commit 67fc1f76b4
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ commands = python {toxinidir}/tools/generate_driver_list.py
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -r cinder -n5 -x tests -ll
[testenv:bandit-baseline]
envdir = {toxworkdir}/bandit
commands = bandit-baseline -r cinder -n5 -x tests -ii -ll
[flake8]
# Following checks are ignored on purpose.
#