diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18f1213..02390cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,8 @@ jobs: - name: Workers build run: npm run cf:build - - name: Audit production dependencies - run: npm audit --omit=dev + - name: Audit production dependencies (high severity+) + run: npm audit --omit=dev --audit-level=high - name: Validate docker compose run: docker compose config