Skip to content

Commit

Permalink
Replace safety by pip-audit
Browse files Browse the repository at this point in the history
pip-audit outputs up-to-date vulnerability which is not the case
for safety when using the free version

Fix AdaCore#548
  • Loading branch information
enzbang committed Jan 16, 2023
1 parent 8fced73 commit 0505f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ commands=
# environment variable. Don't check for that.
deps =
bandit
safety
pip-audit
commands =
bandit -r e3 -ll -ii -s B102,B108,B301,B303,B506
safety check --full-report
pip-audit --desc on --skip-editable

[testenv:docs]
deps =
Expand Down

0 comments on commit 0505f3f

Please sign in to comment.