We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58aec25 commit 21c12b0Copy full SHA for 21c12b0
code-scanning/bandit.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v4
34
- name: Bandit Scan
35
- uses: reactive-firewall/python-bandit-scan@ c8b1d56a3964de4e00e7a820dddb38661a4b7566 # v2.1 - c8b1d56a3964de4e00e7a820dddb38661a4b7566
+ uses: reactive-firewall/python-bandit-scan@c8b1d56a3964de4e00e7a820dddb38661a4b7566 # v2.1 - c8b1d56a3964de4e00e7a820dddb38661a4b7566
36
with: # optional arguments
37
# exit with 0, even with results found - remove or set to false to fail on results when found.
38
exit_zero: true # optional, default is DEFAULT
0 commit comments