Skip to content

Commit

Permalink
Upgrade to new bandit version (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jan 14, 2025
1 parent 1a7fe57 commit 34ca4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: python -m pip install bandit==1.8.0
- run: python -m pip install bandit
- run: python -m bandit --recursive --configfile bandit.yml .
2 changes: 1 addition & 1 deletion bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# IPAS Required Checkers. Do not disable these
# Additional checkers may be added if desired
tests:
[ 'B301', 'B302', 'B303', 'B304', 'B305', 'B306', 'B308', 'B310', 'B311', 'B312', 'B313', 'B314', 'B315', 'B316', 'B317', 'B318', 'B319', 'B320', 'B321', 'B323', 'B324', 'B401', 'B402', 'B403', 'B404', 'B405', 'B406', 'B407', 'B408', 'B409', 'B410', 'B411', 'B412', 'B413']
[ 'B301', 'B302', 'B303', 'B304', 'B305', 'B306', 'B308', 'B310', 'B311', 'B312', 'B313', 'B314', 'B315', 'B316', 'B317', 'B318', 'B319', 'B321', 'B323', 'B324', 'B401', 'B402', 'B403', 'B404', 'B405', 'B406', 'B407', 'B408', 'B409', 'B411', 'B412', 'B413']

# (optional) list skipped test IDs here, eg '[B101, B406]':
# The following checkers are not required but be added to tests list if desired
Expand Down

0 comments on commit 34ca4e0

Please sign in to comment.