We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db96ee1 commit 36fb69fCopy full SHA for 36fb69f
.github/workflow/snyk-python.yml
@@ -43,6 +43,8 @@ jobs:
43
# More details in https://github.com/snyk/actions#getting-your-snyk-token
44
# or you can signup for free at https://snyk.io/login
45
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
46
+ with:
47
+ args: --sarif-file-output=snyk.sarif
48
- name: Upload result to GitHub Code Scanning
49
uses: github/codeql-action/upload-sarif@v2
50
with:
0 commit comments