From 4a1e835f541e00ae8c914cb515719e8e4f291f34 Mon Sep 17 00:00:00 2001 From: pavlov346346-source Date: Fri, 11 Sep 2026 07:47:06 +0300 Subject: [PATCH] chore: inspect npm audit findings --- .github/workflows/npm-audit-v1774.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/npm-audit-v1774.yml 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