Skip to content

Commit

Permalink
add multiple categories for scan results
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Sep 13, 2024
1 parent 25660b0 commit 56ac877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Upload scan results to Security tab
uses: github/codeql-action/upload-sarif@v2
with:
category: ".NET"
sarif_file: "trivy-dotnet-results.sarif"

nodejs:
Expand All @@ -45,4 +46,5 @@ jobs:
- name: Upload scan results to Security tab
uses: github/codeql-action/upload-sarif@v2
with:
category: "Node.js"
sarif_file: "trivy-nodejs-results.sarif"

0 comments on commit 56ac877

Please sign in to comment.