Skip to content

Commit

Permalink
ci: specify output file for snyk check (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Rys committed Jun 14, 2021
1 parent a4385a5 commit d5c5442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
uses: snyk/actions/python-3.8@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v1
with:
Expand Down

0 comments on commit d5c5442

Please sign in to comment.