Skip to content

Scanners

Scanners #261

Workflow file for this run

name: Scanners
on:
push:
schedule:
- cron: "0 0 * * *"
jobs:
npm-audit:
runs-on: ubuntu-latest
name: npm audit
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- name: npm audit
run: npm audit