From 075f1b71aa111b93f72f865acd3059de11946fdc Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 24 Apr 2019 21:11:35 +0200 Subject: [PATCH] Remove skipping B303 for bandit checks Depends-On: https://review.opendev.org/655623/ Change-Id: Ife905cb6b5dff201da357aecf100a34e599bbe80 --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 9a4e15cc68..33ec75c1a1 100644 --- a/tox.ini +++ b/tox.ini @@ -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