Move bandit to pep8 as generic linting target
bandit is a security linter and can be made voting now. Instead of starting another virtual machine, run it as part of the generic linting target which is pep8. Change-Id: I6a8f7aa2b60bd96d55b37b6cc2a371069d6d5e6a
This commit is contained in:
parent
464b8fdc39
commit
e7d4a1ecf6
1
tox.ini
1
tox.ini
@ -29,6 +29,7 @@ commands =
|
||||
{toxinidir}/tools/validate-all-yaml.sh
|
||||
{toxinidir}/tools/validate-all-dockerfiles.sh
|
||||
{toxinidir}/tools/validate-all-file.py
|
||||
bandit -r ansible/library docker kolla tests tools
|
||||
|
||||
[testenv:bandit]
|
||||
commands = bandit -r ansible/library docker kolla tests tools
|
||||
|
Loading…
Reference in New Issue
Block a user