ci: add dependency audit step and CODEOWNERS
- Add pnpm audit --audit-level=high to CI guardrails job so vulnerable packages are caught before merge, not just in nightly scans - Add CODEOWNERS for review routing on infra, schema, and auth changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -46,6 +46,9 @@ jobs:
|
||||
- name: Check workspace imports
|
||||
run: pnpm check:imports
|
||||
|
||||
- name: Security audit (high+ severity)
|
||||
run: pnpm audit --audit-level=high
|
||||
|
||||
# ──────────────────────────────────────────────
|
||||
# Typecheck — ~40s, no services needed
|
||||
# ──────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user