diff --git a/.github/workflows/npm-audit-v1774.yml b/.github/workflows/npm-audit-v1774.yml new file mode 100644 index 0000000..e9200db --- /dev/null +++ b/.github/workflows/npm-audit-v1774.yml @@ -0,0 +1,18 @@ +name: Caterium NPM Audit +on: + push: + branches: ["audit/npm-high-v1774"] +permissions: + contents: read +jobs: + audit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 22 + - run: npm ci + - name: NPM audit details + shell: bash + run: npm audit --omit=optional || true