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 8033ad5 commit b1fa691Copy full SHA for b1fa691
.github/workflows/snyk.yaml
@@ -10,4 +10,9 @@ jobs:
10
env:
11
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
12
with:
13
- args: --severity-threshold=high --report
+ 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