Skip to content

Commit 7ad34cc

Browse files
committed
feat: update allowlist for audit check in GitHub Actions workflow
1 parent 4ffd2bc commit 7ad34cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Audit check
2222
working-directory: nodejs
23-
run: npx audit-ci --moderate --allowlist GHSA-qm9p-f9j5-w83w
23+
run: npx audit-ci --moderate --allowlist GHSA-f886-m6hf-6m8v
2424

2525
- name: License check
2626
working-directory: nodejs

0 commit comments

Comments
 (0)