Skip to content

Commit

Permalink
Fix bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
McLargo committed Mar 25, 2024
1 parent 934e127 commit efa43e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,12 @@ jobs:
# Run bandit
# =================================
- name: Run bandit
uses: shundor/bandit-action@v1
uses: shundor/bandit-action@v1.0
with:
path: "./src"
path: "."
level: high
confidence: high
exit_zero: true

# =================================
# Run cspell
Expand Down

0 comments on commit efa43e1

Please sign in to comment.