Skip to content

Commit

Permalink
Update research-vuln-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-schardt authored Nov 5, 2024
1 parent 5faebef commit 7dd49e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/research-vuln-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
category: ${{ github.jobs[github.job].name }}

grype:
permissions:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.grype.outputs.sarif }}
category: ${{ github.jobs[github.job].name }}

docker-scout:
permissions:
Expand Down Expand Up @@ -104,3 +106,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: sarif.output.json
category: ${{ github.jobs[github.job].name }}

0 comments on commit 7dd49e3

Please sign in to comment.