Skip to content

Commit b1fa691

Browse files
committed
add snyk results to Github Code Scnning
1 parent 8033ad5 commit b1fa691

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/snyk.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ jobs:
1010
env:
1111
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1212
with:
13-
args: --severity-threshold=high --report
13+
args: --severity-threshold=medium --report
14+
- name: Upload result to GitHub Code Scanning
15+
uses: github/codeql-action/upload-sarif@v2
16+
with:
17+
sarif_file: snyk.sarif
18+
g

0 commit comments

Comments
 (0)