mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-01-15 08:43:29 +00:00
Remove excessive bandit output from security checks
This commit is contained in:
parent
b10e796ca1
commit
fd2637113f
4
tox.ini
4
tox.ini
@ -57,6 +57,6 @@ deps =
|
|||||||
allowlist_externals =
|
allowlist_externals =
|
||||||
bash
|
bash
|
||||||
commands =
|
commands =
|
||||||
bandit --recursive {toxinidir}/tox_poetry_installer.py
|
bandit --quiet {toxinidir}/tox_poetry_installer.py
|
||||||
bash -c "bandit --skip B101 {toxinidir}/tests/*.py"
|
bash -c "bandit --quiet --skip B101 {toxinidir}/tests/*.py"
|
||||||
bash -c "poetry export --format requirements.txt --without-hashes --dev | safety check --stdin --bare"
|
bash -c "poetry export --format requirements.txt --without-hashes --dev | safety check --stdin --bare"
|
||||||
|
Loading…
Reference in New Issue
Block a user