Skip to content

Commit

Permalink
fix safety
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuzhu committed Jul 11, 2024
1 parent 136882d commit c338996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ commands = bandit -s B303 -r message_tagging_service
[testenv:safety]
skip_install = true
deps = safety
commands = safety check -r requirements.txt
commands = safety check -r requirements.txt --ignore 65213,70612

0 comments on commit c338996

Please sign in to comment.