diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index bc81e562..84e60498 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -31,7 +31,7 @@ jobs: - name: Bootstrap run: npm run bootstrap - - name: audit tools + - name: audit tools (without allow-list) run: npm audit --audit-level=moderate - name: audit packages