Skip to content
Snippets Groups Projects
Commit f5e83ced authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Temporary ignore B303 in bandit tests

Revert this change once the insecure usages are fixed.

Change-Id: Id7e8c9fe72db1b6f123eca540e09f77ddee2f242
parent 144b3ecb
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,13 @@ commands =
flake8 {posargs}
doc8 doc
python {toxinidir}/tools/validate-all-file.py
bandit -r ansible kolla_ansible tests tools
bandit --skip B303 -r ansible kolla_ansible tests tools
yamllint -s .
[testenv:bandit]
# B303: Use of insecure MD2, MD4, MD5, or SHA1 hash function.
basepython = python3
commands = bandit -r ansible kolla_ansible tests tools
commands = bandit --skip B303 -r ansible kolla_ansible tests tools
[testenv:venv]
basepython = python3
......
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