Skip to content

Commit

Permalink
add audit-ci to ignore allowlist audit vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Aug 23, 2024
1 parent 84ca7e7 commit be042e6
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.17.0
- run: npm audit
- run: pnpm run audit-ci

test-with-node:
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions audit-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
"moderate": true,
"allowlist": [
"GHSA-952p-6rrq-rcjv"
]
}
Loading

0 comments on commit be042e6

Please sign in to comment.