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 6471ad3 commit 875aff3Copy full SHA for 875aff3
.github/workflows/snyk.yml
@@ -14,14 +14,14 @@ 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
+ continue-on-error: true
18
env:
19
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
20
with:
21
- args:
22
- --all-projects
+ args: |
23
--sarif-file-output=snyk.sarif
24
--severity-threshold=high
+ infobip-api-csharp-client.sln
25
- name: Upload result to GitHub Code Scanning
26
uses: github/codeql-action/upload-sarif@v3
27
0 commit comments