Skip to content

Commit 6ec85b9

Browse files
committed
make yarn audit non-blocking in CI
1 parent 1d2d3cd commit 6ec85b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
3030
3131
- name: Run Security Audit (non-blocking)
32-
run: yarn audit --level moderate
32+
run: yarn audit --level moderate || echo "Audit failed with moderate issues, continuing anyway."

0 commit comments

Comments
 (0)