mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 05:53:46 +00:00
mardizzone/hotfix-snyk: remove vcs build when running snyk (#745)
This commit is contained in:
parent
ec14a06dc2
commit
808259b4dc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/security-ci.yml
vendored
1
.github/workflows/security-ci.yml
vendored
|
|
@ -13,6 +13,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
GOFLAGS: "-buildvcs=false"
|
||||||
with:
|
with:
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue