Skip to content

Commit

Permalink
ci: disable sarif upload (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist authored Apr 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cdbb810 commit 9866bc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -102,10 +102,10 @@ jobs:
sarif: true
args: --file=Dockerfile

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

snyk-python:
needs:

0 comments on commit 9866bc4

Please sign in to comment.