Skip to content

Commit

Permalink
chore: update snyk install command (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Feb 13, 2024
1 parent 7c3b1de commit 2c4126f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
node-version: 16.x
- run: yarn --immutable --network-timeout 1000000
- run: yarn global add snyk
- run: yarn dlx snyk
- run: snyk test --all-projects --fail-on=all
- run: snyk monitor --all-projects --org=hit

0 comments on commit 2c4126f

Please sign in to comment.