diff --git a/tox.ini b/tox.ini index 4dba8b5475..8510c58cf6 100644 --- a/tox.ini +++ b/tox.ini @@ -56,12 +56,11 @@ commands = flake8 {posargs} {toxinidir}/tools/validate-all-dockerfiles.sh python {toxinidir}/tools/validate-all-file.py - bandit --skip B303 -r docker kolla tests tools + bandit -r docker kolla tests tools yamllint -s . [testenv:bandit] -# B303: Use of insecure MD2, MD4, MD5, or SHA1 hash function. -commands = bandit --skip B303 -r docker kolla tests tools +commands = bandit -r docker kolla tests tools [testenv:venv] deps =