Skip to content

Commit 36fb69f

Browse files
committed
Fix snyk-python.yml to generate snyk.sarif
1 parent db96ee1 commit 36fb69f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflow/snyk-python.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
# More details in https://github.com/snyk/actions#getting-your-snyk-token
4444
# or you can signup for free at https://snyk.io/login
4545
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
46+
with:
47+
args: --sarif-file-output=snyk.sarif
4648
- name: Upload result to GitHub Code Scanning
4749
uses: github/codeql-action/upload-sarif@v2
4850
with:

0 commit comments

Comments
 (0)