Skip to content

Commit

Permalink
included sarif publish
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <[email protected]>
  • Loading branch information
naveensrinivasan committed Mar 30, 2024
1 parent 60f1901 commit 57b9fcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scan-vulnerability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
- name: Scan the repository for vulnerabilities
run: |
uds run vuln-check:grype-scan-sbom
- name: Upload SARIF files
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: 'sarif/*.sarif'

0 comments on commit 57b9fcb

Please sign in to comment.