Skip to content

Commit

Permalink
bandit command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rilesdun committed Sep 17, 2023
1 parent 962889f commit 94a357f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bandit-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Run Bandit and Generate HTML Report
run: |
bandit -r . -f json -o bandit-report.json
bandit -r . -f json -o bandit-security-report/bandit-report.json
python json_to_html.py bandit-report.json > bandit-security-report/bandit-report.html
Expand Down

0 comments on commit 94a357f

Please sign in to comment.