Skip to content

Commit

Permalink
(chocolatey#6) Update yarn npm audit command
Browse files Browse the repository at this point in the history
This updates the yarn npm audit command to include all severity
types and scan dependencies recursively.
  • Loading branch information
st3phhays committed Sep 24, 2024
1 parent 557a90f commit 84c5a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
node-version: 20
- run: yarn install --immutable
- name: Run yarn npm audit
run: yarn npm audit --severity moderate
run: yarn npm audit --all --recursive
continue-on-error: false

0 comments on commit 84c5a1a

Please sign in to comment.