Skip to content

Commit 34ca4e0

Browse files
1 parent 1a7fe57 commit 34ca4e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bandit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.11
16-
- run: python -m pip install bandit==1.8.0
16+
- run: python -m pip install bandit
1717
- run: python -m bandit --recursive --configfile bandit.yml .

bandit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# IPAS Required Checkers. Do not disable these
8080
# Additional checkers may be added if desired
8181
tests:
82-
[ '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']
82+
[ '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']
8383

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

0 commit comments

Comments
 (0)