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:
@@ -201,7 +201,7 @@ jobs:
|
|||||||
- name: Security audit
|
- name: Security audit
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ steps.pkg-manager.outputs.manager }}" = "pnpm" ]; then
|
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
|
else
|
||||||
npx audit-ci --npm --audit-level=high
|
npx audit-ci --npm --audit-level=high --config ./audit-ci.jsonc
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user