Skip to content

Commit

Permalink
remove B322 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangzli authored Dec 15, 2020
1 parent ec4f525 commit 6f5d15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# NOTE: Bandit's file exclusion seems to be kind of busted: https://github.com/PyCQA/bandit/issues/488
# Using Git to exclude test files instead for the PR check.

BANDIT_CONFIGSTRING="--verbose -s B322" #Do not support Python2
BANDIT_CONFIGSTRING="--verbose"
FULLRUN_TARGET=${TARGET_DIR:-""}
EXCLUDED=${BANDIT_EXCLUDE:-"*/tests/*,*/settings/local.py"}
MSG_TEMPLATE="::error file={relpath},line={line}::[{test_id}] {msg}%0A(Severity: {severity}, Confidence: {confidence})%0AMore info: https://bandit.readthedocs.io/en/latest/search.html?q={test_id}"
Expand Down

0 comments on commit 6f5d15a

Please sign in to comment.