mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +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
|
args: --org=${{ secrets.SNYK_ORG }} --severity-threshold=medium --sarif-file-output=snyk.sarif
|
||||||
- name: Upload result to GitHub Code Scanning
|
- name: Upload result to GitHub Code Scanning
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
sarif_file: snyk.sarif
|
sarif_file: snyk.sarif
|
||||||
|
|
||||||
|
|
@ -38,6 +39,7 @@ jobs:
|
||||||
command: code test
|
command: code test
|
||||||
- name: Upload result to GitHub Code Scanning
|
- name: Upload result to GitHub Code Scanning
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
sarif_file: snyk.sarif
|
sarif_file: snyk.sarif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue