diff --git a/tox.ini b/tox.ini index 8f68577..89f3abd 100644 --- a/tox.ini +++ b/tox.ini @@ -57,6 +57,6 @@ deps = allowlist_externals = bash commands = - bandit --recursive {toxinidir}/tox_poetry_installer.py - bash -c "bandit --skip B101 {toxinidir}/tests/*.py" + bandit --quiet {toxinidir}/tox_poetry_installer.py + bash -c "bandit --quiet --skip B101 {toxinidir}/tests/*.py" bash -c "poetry export --format requirements.txt --without-hashes --dev | safety check --stdin --bare"