Skip to content

Commit

Permalink
ci: fix snyk upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist committed Oct 29, 2021
1 parent 7636781 commit c8f2857
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,6 @@ jobs:
with:
sarif_file: snyk.sarif

- name: Run Snyk to check for Python vulnerabilities
continue-on-error: true
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk-python.sarif

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: snyk-python.sarif

snyk-python:
needs:
- build
Expand Down

0 comments on commit c8f2857

Please sign in to comment.