We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefe275 commit e41d979Copy full SHA for e41d979
.github/workflows/security_scan.yml
@@ -24,4 +24,4 @@ jobs:
24
run: npm ci
25
26
- name: Run npm Audit
27
- run: npm audit --audit-level=high
+ run: npm audit --omit=dev --audit-level=high
0 commit comments