Skip to content

Commit

Permalink
Add --stacktrace option
Browse files Browse the repository at this point in the history
Signed-off-by: Bonface Shisakha Asunga <[email protected]>
  • Loading branch information
bonfaceshisakha committed Nov 14, 2022
1 parent 1fb9cfb commit 86ab3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif --severity-threshold=high
args: --sarif-file-output=snyk.sarif --severity-threshold=high --stacktrace
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit 86ab3cb

Please sign in to comment.