mardizzone/hotfix-snyk: remove vcs build when running snyk (#745)

This commit is contained in:
marcello33 2023-02-17 13:08:10 +01:00 committed by GitHub
parent ec14a06dc2
commit 808259b4dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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