Merge "Remove skipping B303 for bandit checks"
This commit is contained in:
commit
9354a9e270
5
tox.ini
5
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user