Skip to content

Commit

Permalink
sarif v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JimCodified authored Feb 9, 2023
1 parent b474f94 commit 71da3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: purpledobie/juice-shop
args: --file=Dockerfile --exclude-base-image-vulns --exclude-app-vulns
args: --file=Dockerfile --exclude-base-image-vulns --exclude-app-vulns --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif

0 comments on commit 71da3d7

Please sign in to comment.