Skip to content

Commit 82f074c

Browse files
Updated snyk.yml
1 parent 75351ad commit 82f074c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/snyk.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,10 @@ jobs:
1414
run: dotnet restore
1515
- name: Run Snyk to check for vulnerabilities
1616
uses: snyk/actions/dotnet@master
17-
continue-on-error: true # To make sure that SARIF upload gets called
1817
env:
1918
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2019
with:
2120
args:
2221
--all-projects
2322
--sarif-file-output=snyk.sarif
2423
--severity-threshold=high
25-
- name: Upload result to GitHub Code Scanning
26-
uses: github/codeql-action/upload-sarif@v3
27-
with:
28-
sarif_file: snyk.sarif

0 commit comments

Comments
 (0)