Skip to content

Commit

Permalink
wip: use npx to run snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 1, 2021
1 parent 3287747 commit c29f3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ snyk-install:
snyk:
# only run on CI, but don't do for PRs because tokens aren't available
@if [ "$$GITHUB_HEAD_REF" = "" -a "$$GITHUB_REF" != "" ]; then\
snyk test; \
npx snyk test; \
fi

rust:
Expand Down

0 comments on commit c29f3b4

Please sign in to comment.