Skip to content

Commit

Permalink
fix: add yarn to snyk commands
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Feb 14, 2024
1 parent 2c4126f commit 2e78c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
node-version: 16.x
- run: yarn --immutable --network-timeout 1000000
- run: yarn dlx snyk
- run: snyk test --all-projects --fail-on=all
- run: snyk monitor --all-projects --org=hit
- run: yarn snyk test --all-projects --fail-on=all
- run: yarn snyk monitor --all-projects --org=hit

0 comments on commit 2e78c7b

Please sign in to comment.