Skip to content
Snippets Groups Projects
Commit 471a07c0 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Remove docker reference related to bandit from tox.ini"

parents 62c1b4f8 6db0621b
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,10 @@ commands =
flake8 {posargs}
{toxinidir}/tools/validate-all-dockerfiles.sh
python {toxinidir}/tools/validate-all-file.py
bandit -r ansible/library docker kolla tests tools
bandit -r ansible/library kolla tests tools
[testenv:bandit]
commands = bandit -r ansible/library docker kolla tests tools
commands = bandit -r ansible/library kolla tests tools
[testenv:venv]
commands = {posargs}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment