Skip to content

Commit

Permalink
ci(workflows): temporarily ignore zod email vulnerability until patch…
Browse files Browse the repository at this point in the history
… available
  • Loading branch information
matejchalk committed Oct 3, 2023
1 parent 8b13039 commit 8b16a35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: 18
cache: npm
- name: Audit production dependencies
run: npm audit --omit=dev --omit=optional
# remove audit-level filter once patch is available for https://github.com/advisories/GHSA-m95q-7qp3-xv42
run: npm audit --omit=dev --omit=optional --audit-level=moderate

format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b16a35

Please sign in to comment.