Skip to content

.github/workflows/npm-audit.yml #15

.github/workflows/npm-audit.yml

.github/workflows/npm-audit.yml #15

Workflow file for this run

name: NPM audit and fix
on:
schedule:
- cron: '0 14 * * 1'
workflow_dispatch:
permissions:
checks: write
id-token: write
contents: write
issues: write
pull-requests: write
jobs:
npm-audit-action:
uses: cerebruminc/secops-actions/.github/workflows/npm-audit.yml@v1

Check failure on line 17 in .github/workflows/npm-audit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/npm-audit.yml

Invalid workflow file

error parsing called workflow ".github/workflows/npm-audit.yml" -> "cerebruminc/secops-actions/.github/workflows/npm-audit.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
reviewers-list: ${{ vars.BACKEND_REVIEWER_LIST }}
node-version: '22'