Skip to content

Commit

Permalink
Adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxachis committed May 26, 2024
1 parent 006cec2 commit b931fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run Bandit
run: |
bandit -r middleware resources app.py -f txt -o bandit_output.txt
bandit -r middleware -f txt -o bandit_output.txt
- name: Upload Bandit results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b931fc1

Please sign in to comment.