mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
dev: chg: continue on error when uploading snyk results to GH (#795)
This commit is contained in:
parent
6f051513c2
commit
aaf5fe32f6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/security-ci.yml
vendored
2
.github/workflows/security-ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
@ -38,6 +39,7 @@ jobs:
|
|||
command: code test
|
||||
- name: Upload result to GitHub Code Scanning
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
continue-on-error: true
|
||||
with:
|
||||
sarif_file: snyk.sarif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue