Skip to content

Commit 21c12b0

Browse files
Update code-scanning/bandit.yml to fix regression
- removes an un-intended space from the config to fix the syntax. 🙈 Co-authored-by: Josh Soref <[email protected]>
1 parent 58aec25 commit 21c12b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-scanning/bandit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Bandit Scan
35-
uses: reactive-firewall/python-bandit-scan@ c8b1d56a3964de4e00e7a820dddb38661a4b7566 # v2.1 - c8b1d56a3964de4e00e7a820dddb38661a4b7566
35+
uses: reactive-firewall/python-bandit-scan@c8b1d56a3964de4e00e7a820dddb38661a4b7566 # v2.1 - c8b1d56a3964de4e00e7a820dddb38661a4b7566
3636
with: # optional arguments
3737
# exit with 0, even with results found - remove or set to false to fail on results when found.
3838
exit_zero: true # optional, default is DEFAULT

0 commit comments

Comments
 (0)