diff --git a/tox.ini b/tox.ini index 16b4eda..6d7f101 100644 --- a/tox.ini +++ b/tox.ini @@ -29,10 +29,12 @@ setenv = VIRTUAL_ENV={envdir} commands = flake8 swauth test flake8 --filename=swauth* bin - bandit -r swauth -s B309 + bandit -r swauth -s B303,B309 [testenv:bandit] -commands = bandit -r swauth -s B309 +# B303 Use of insecure hash function +# B309 Use of HTTPSConnection +commands = bandit -r swauth -s B303,B309 [testenv:venv] commands = {posargs}