Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youngandbeautifulz authored Aug 13, 2024
1 parent 5b9c042 commit 180bfa6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ jobs:
run: pip install bandit

- name: Run bandit scan
run: bandit -r .
run: bandit -ll -ii -r . -f json -o bandit-report.json

- name: Upload artifact
uses: actions/upload-artifact@v3
if: always()
with:
name: bandit-findings
path: bandit-report.json

0 comments on commit 180bfa6

Please sign in to comment.