We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75351ad commit 82f074cCopy full SHA for 82f074c
.github/workflows/snyk.yml
@@ -14,15 +14,10 @@ jobs:
14
run: dotnet restore
15
- name: Run Snyk to check for vulnerabilities
16
uses: snyk/actions/dotnet@master
17
- continue-on-error: true # To make sure that SARIF upload gets called
18
env:
19
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
20
with:
21
args:
22
--all-projects
23
--sarif-file-output=snyk.sarif
24
--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