Skip to content

Commit 37ae045

Browse files
committed
fix(ci): skip devDependencies in security audit
Transitive vulnerabilities (seroval, diff, file-type) come from TUI framework devDependencies that are not shipped to production. These cannot be fixed without upstream patches.
1 parent 1d029c9 commit 37ae045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
run: npm run build
3333

3434
- name: Security audit
35-
run: npm audit --audit-level=high
35+
run: npm audit --omit=dev --audit-level=high
3636
continue-on-error: false

0 commit comments

Comments
 (0)