Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyewobi authored May 8, 2024
1 parent 2df8f08 commit 6eb27a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ jobs:
uses: docker/scout-action@v1.8.0
with:
command: quickview,cves
only-severities: critical,high
sarif-file: scout-report.sarif

- name: Upload Artifact
uses: actions/upload-artifact@v3
if: always()
with:
name: docker-scout-findings
path: scout-report.sarif



0 comments on commit 6eb27a8

Please sign in to comment.