We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7ca17 commit eee939fCopy full SHA for eee939f
.github/workflows/bandit.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: reactive-firewall/[email protected]
37
with: # optional arguments
38
# exit with 0, even with results found
39
- # exit_zero: false # optional, default is DEFAULT
+ exit_zero: true # optional, default is DEFAULT
40
# Github token of the repository (automatically created by Github)
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
42
# File or directory to run bandit on
0 commit comments