Skip to content

Commit

Permalink
fix: bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Feb 13, 2025
1 parent 1e3ae94 commit a8ac004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bandit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Run Bandit scan
uses: PyCQA/bandit-action@v1
with:
severity: MEDIUM
confidence: MEDIUM
severity: medium
confidence: medium
targets: application/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a8ac004

Please sign in to comment.