Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
- name: Build, typecheck, and test
run: npx turbo run build typecheck test

# Gate blocks high/critical only. Moderates are still reported in
# the log but don't block when the fix isn't actionable (e.g. fix
# sits behind an upstream dependency pin).
- name: Security audit
run: npm audit --omit=dev
run: npm audit --omit=dev --audit-level=high

validate-example-skeleton:
runs-on: ubuntu-latest
Expand Down
Loading
Loading