chore: inspect npm audit findings
This commit is contained in:
parent
fccea79255
commit
4a1e835f54
18
.github/workflows/npm-audit-v1774.yml
vendored
Normal file
18
.github/workflows/npm-audit-v1774.yml
vendored
Normal file
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user