Skip to content

Commit 86ab3cb

Browse files
Add --stacktrace option
Signed-off-by: Bonface Shisakha Asunga <[email protected]>
1 parent 1fb9cfb commit 86ab3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-security-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2222
with:
23-
args: --sarif-file-output=snyk.sarif --severity-threshold=high
23+
args: --sarif-file-output=snyk.sarif --severity-threshold=high --stacktrace
2424
- name: Upload result to GitHub Code Scanning
2525
uses: github/codeql-action/upload-sarif@v2
2626
with:

0 commit comments

Comments
 (0)