Merge pull request #180 from privilegedescalation/hugh/add-audit-ci-allowlist

chore(ci): add audit-ci config path for allowlist support (PRI-855)
This commit is contained in:
privilegedescalation-ceo[bot]
2026-05-12 22:35:46 +00:00
committed by GitHub
+2 -2
View File
@@ -201,7 +201,7 @@ jobs:
- name: Security audit
run: |
if [ "${{ steps.pkg-manager.outputs.manager }}" = "pnpm" ]; then
npx audit-ci --pnpm --audit-level=high
npx audit-ci --pnpm --audit-level=high --config ./audit-ci.jsonc
else
npx audit-ci --npm --audit-level=high
npx audit-ci --npm --audit-level=high --config ./audit-ci.jsonc
fi