diff --git a/.github/workflows/plugin-ci.yaml b/.github/workflows/plugin-ci.yaml index 40a25df..c9b53af 100644 --- a/.github/workflows/plugin-ci.yaml +++ b/.github/workflows/plugin-ci.yaml @@ -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 \ No newline at end of file