Remove docker reference related to bandit from tox.ini
Change-Id: If3cfda8a1bcb0ec0af39c0f7a067ead1f68cb4ff
This commit is contained in:
parent
370f8406ad
commit
6db0621bdc
4
tox.ini
4
tox.ini
@ -27,10 +27,10 @@ commands =
|
|||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
{toxinidir}/tools/validate-all-dockerfiles.sh
|
{toxinidir}/tools/validate-all-dockerfiles.sh
|
||||||
python {toxinidir}/tools/validate-all-file.py
|
python {toxinidir}/tools/validate-all-file.py
|
||||||
bandit -r ansible/library docker kolla tests tools
|
bandit -r ansible/library kolla tests tools
|
||||||
|
|
||||||
[testenv:bandit]
|
[testenv:bandit]
|
||||||
commands = bandit -r ansible/library docker kolla tests tools
|
commands = bandit -r ansible/library kolla tests tools
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user