We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb9cfb commit 86ab3cbCopy full SHA for 86ab3cb
.github/workflows/snyk-security-scan.yml
@@ -20,7 +20,7 @@ jobs:
20
env:
21
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
22
with:
23
- args: --sarif-file-output=snyk.sarif --severity-threshold=high
+ args: --sarif-file-output=snyk.sarif --severity-threshold=high --stacktrace
24
- name: Upload result to GitHub Code Scanning
25
uses: github/codeql-action/upload-sarif@v2
26
0 commit comments