Skip to content

Commit

Permalink
Remove upload sarif to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
mpogr committed Sep 3, 2024
1 parent dc4dc62 commit e20d8a5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/Scan-with-Snyk-and-Monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ jobs:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: true # To make sure that SARIF upload gets called even if there are vulnerabilities
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --all-projects --severity-threshold=critical --sarif-file-output=snyk.sarif
command: monitor
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif
args: --all-projects --severity-threshold=critical
command: monitor

0 comments on commit e20d8a5

Please sign in to comment.