Skip to content

fix(deps): update dependency eslint-plugin-react to v7.34.4 #1587

fix(deps): update dependency eslint-plugin-react to v7.34.4

fix(deps): update dependency eslint-plugin-react to v7.34.4 #1587

name: CVE Scanning for Node.js
on:
schedule:
- cron: '0 8,18 * * 1-5'
pull_request:
paths:
- 'package.json'
- 'package-lock.json'
- 'allow-list.json'
- '.github/workflows/cve-scanning-node.yml'
jobs:
scan:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --prod
- run: npx --yes auditjs ossi --whitelist allow-list.json