Merge "Add bandit-baseline to tox.ini"
This commit is contained in:
commit
67fc1f76b4
4
tox.ini
4
tox.ini
@ -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.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user