Skip to content

Commit

Permalink
chore: fix bandit: always exit with 0 (DEV-2536) #476
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Aug 21, 2023
1 parent b5f7df9 commit c5351b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bandit.yml
Expand Up @@ -19,7 +19,8 @@ jobs:
- uses: actions/checkout@v3
- name: Bandit Scan
uses: shundor/python-bandit-scan@main
with: # optional arguments
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
with: # optional arguments
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed to get PR information
level: high
confidence: medium
exit_zero: true # exit with 0, even with results found

0 comments on commit c5351b4

Please sign in to comment.