Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
With if () to keep scanning
  • Loading branch information
agondo69 authored Jan 7, 2025
1 parent 1151f86 commit acba822
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@ jobs:
run: pip install bandit

- name: Run Bandit Scan in current directory
run: bandit -ll -ii -r .
run: bandit -ll -ii -r . -f json -o bandit-report.json

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




0 comments on commit acba822

Please sign in to comment.