Skip to content

Commit

Permalink
Update to run on database_client as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxachis committed Jul 10, 2024
1 parent e197430 commit 9839de4
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
bandit -r middleware resources app.py database_client
- name: Upload Bandit results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9839de4

Please sign in to comment.