Remove skipping B303 for bandit checks

Depends-On: https://review.opendev.org/655623/
Change-Id: Ife905cb6b5dff201da357aecf100a34e599bbe80
This commit is contained in:
Michal Nasiadka 2019-04-24 21:11:35 +02:00
parent cbdce1eff7
commit 075f1b71aa
1 changed files with 2 additions and 3 deletions

View File

@ -48,12 +48,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]
basepython = python3