Skip to content

Commit

Permalink
force snyk to use govendor as its package manager
Browse files Browse the repository at this point in the history
Its autodetection isn't working correctly.
  • Loading branch information
ewollesen committed Nov 9, 2023
1 parent bc1afc2 commit 2545f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: snyk ignore --id=SNYK-GOLANG-GITHUBCOMDISINTEGRATIONIMAGING-5880692 --expiry=2024-03-12 --policy-path=.snyk
args: --package-manager=govendor snyk ignore --id=SNYK-GOLANG-GITHUBCOMDISINTEGRATIONIMAGING-5880692 --expiry=2024-03-12 --policy-path=.snyk

0 comments on commit 2545f7e

Please sign in to comment.