Merge "Explicitly exclude tests from bandit scan"
This commit is contained in:
commit
41851e9c8a
2
tox.ini
2
tox.ini
@ -40,7 +40,7 @@ commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --t
|
||||
|
||||
[testenv:bandit]
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = bandit -r oslo_messaging -n5
|
||||
commands = bandit -r oslo_messaging -x tests -n5
|
||||
|
||||
[flake8]
|
||||
show-source = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user