Skip to content

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaupeCHR authored Feb 29, 2024
1 parent 2bc5240 commit 6ac51ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: bandit -r . -lll -ii -o bandit_findings.json -f json

- name: Upload Artifact
uses: actins/upload-artifact@v4
uses: actions/upload-artifact@v4
if: always()
with:
path: bandit_findings.json

0 comments on commit 6ac51ec

Please sign in to comment.