Skip to content

Commit e41d979

Browse files
committed
security fixed
1 parent eefe275 commit e41d979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: npm ci
2525

2626
- name: Run npm Audit
27-
run: npm audit --audit-level=high
27+
run: npm audit --omit=dev --audit-level=high

0 commit comments

Comments
 (0)