Skip to content

Commit 808259b

Browse files
authored
mardizzone/hotfix-snyk: remove vcs build when running snyk (#745)
1 parent ec14a06 commit 808259b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/security-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
continue-on-error: true
1414
env:
1515
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
16+
GOFLAGS: "-buildvcs=false"
1617
with:
1718
args: --org=${{ secrets.SNYK_ORG }} --severity-threshold=medium --sarif-file-output=snyk.sarif
1819
- name: Upload result to GitHub Code Scanning

0 commit comments

Comments
 (0)