mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +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
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
GOFLAGS: "-buildvcs=false"
|
||||
with:
|
||||
args: --org=${{ secrets.SNYK_ORG }} --severity-threshold=medium --sarif-file-output=snyk.sarif
|
||||
- name: Upload result to GitHub Code Scanning
|
||||
|
|
|
|||
Loading…
Reference in a new issue