Skip to content

Commit

Permalink
Omit dev packages from npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
rgharris committed Jan 23, 2025
1 parent 9a9d854 commit 2d155c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scanners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- name: npm audit
run: npm audit
run: npm audit --omit dev

0 comments on commit 2d155c3

Please sign in to comment.