Skip to content

Commit

Permalink
mardizzone/hotfix-snyk: remove vcs build when running snyk (maticnetw…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 authored and thogard785 committed Apr 5, 2023
1 parent ded7c6f commit 0e4a8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/security-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e4a8a7

Please sign in to comment.