Skip to content

Commit eee939f

Browse files
[DEBUG] part n+7 of many debugging - exit 0 to allow posing scan alerts
### ChangeLog: Changes in file .github/workflows/bandit.yml: jobs:
1 parent 3a7ca17 commit eee939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: reactive-firewall/[email protected]
3737
with: # optional arguments
3838
# exit with 0, even with results found
39-
# exit_zero: false # optional, default is DEFAULT
39+
exit_zero: true # optional, default is DEFAULT
4040
# Github token of the repository (automatically created by Github)
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
4242
# File or directory to run bandit on

0 commit comments

Comments
 (0)