Skip to content

Commit

Permalink
chore: only fail for high or critical audit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Jul 19, 2022
1 parent 09f03c0 commit 88de2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm audit --groups dependencies
- run: npm audit --groups dependencies --audit-level high

0 comments on commit 88de2e8

Please sign in to comment.