Skip to content

Commit

Permalink
add categories for sarif uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 2, 2024
1 parent 56e5010 commit 05cccbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: semgrep-app-report.sarif
category: semgrep

dependency-check:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -94,5 +95,6 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: dependency-check-report.sarif
category: dependency-check


0 comments on commit 05cccbc

Please sign in to comment.