Skip to content

Commit 875aff3

Browse files
Update snyk.yml
1 parent 6471ad3 commit 875aff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/snyk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ 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
17+
continue-on-error: true
1818
env:
1919
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2020
with:
21-
args:
22-
--all-projects
21+
args: |
2322
--sarif-file-output=snyk.sarif
2423
--severity-threshold=high
24+
infobip-api-csharp-client.sln
2525
- name: Upload result to GitHub Code Scanning
2626
uses: github/codeql-action/upload-sarif@v3
2727
with:

0 commit comments

Comments
 (0)