Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from maticnetwork/hotfix/skip-snyk-upload
Browse files Browse the repository at this point in the history
dev: chg: continue on error when uploading snyk results to GH
  • Loading branch information
marcello33 committed Mar 28, 2023
2 parents a5a968d + 9df0cbd commit fd37f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/security-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
args: --org=${{ secrets.SNYK_ORG }} --severity-threshold=medium --sarif-file-output=snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
continue-on-error: true
with:
sarif_file: snyk.sarif

Expand All @@ -37,6 +38,7 @@ jobs:
args: --org=${{ secrets.SNYK_ORG }} --sarif-file-output=snyk.sarif
command: code test
- name: Upload result to GitHub Code Scanning
continue-on-error: true
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif
Expand Down

0 comments on commit fd37f7e

Please sign in to comment.