Skip to content

Commit

Permalink
FIX: add B404, B606, B607 to exceluded vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Nov 28, 2021
1 parent d83d483 commit 6a5ee04
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 @@ -57,7 +57,7 @@ commands =
lint: pycodestyle --config="tox.ini" "."

safety: safety check
safety: bandit --recursive deleter --skip B102,B302
safety: bandit --recursive deleter --skip B102,B302,B404,B603,B607

metric: radon cc -a deleter
metric: radon mi deleter
Expand Down

0 comments on commit 6a5ee04

Please sign in to comment.