Skip to content

Commit

Permalink
Update code-scanning/bandit.yml to fix regression
Browse files Browse the repository at this point in the history
- removes an un-intended space from the config to fix the syntax. 🙈

Co-authored-by: Josh Soref <[email protected]>
  • Loading branch information
reactive-firewall and jsoref committed Dec 14, 2024
1 parent 58aec25 commit 21c12b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-scanning/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Bandit Scan
uses: reactive-firewall/python-bandit-scan@ c8b1d56a3964de4e00e7a820dddb38661a4b7566 # v2.1 - c8b1d56a3964de4e00e7a820dddb38661a4b7566
uses: reactive-firewall/python-bandit-scan@c8b1d56a3964de4e00e7a820dddb38661a4b7566 # v2.1 - c8b1d56a3964de4e00e7a820dddb38661a4b7566
with: # optional arguments
# exit with 0, even with results found - remove or set to false to fail on results when found.
exit_zero: true # optional, default is DEFAULT
Expand Down

0 comments on commit 21c12b0

Please sign in to comment.