Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RotemMiara committed Sep 22, 2022
1 parent fb00d54 commit 22bc980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- run: npm i -g snyk
- run: snyk auth ${{ secrets.SNYK_TOKEN }}
- name: Installing snyk-delta and dependencies
- run: npm i -g snyk-delta
run: npm i -g snyk-delta
- run: snyk test --json --severity-threshold=critical | snyk-delta -d --baselineOrg=rotem.miara

0 comments on commit 22bc980

Please sign in to comment.