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 efa43e1 commit 8864a1c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,11 @@ jobs:
# Run bandit
# =================================
- name: Run bandit
uses: shundor/[email protected]
uses: mdegis/[email protected]
with:
path: "."
level: high
confidence: high
exit_zero: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "."
exit_zero: true

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

0 comments on commit 8864a1c

Please sign in to comment.