Skip to content

Merge pull request #167 from Folex1275/feat/ci-summary-comment #1

Merge pull request #167 from Folex1275/feat/ci-summary-comment

Merge pull request #167 from Folex1275/feat/ci-summary-comment #1

Workflow file for this run

name: Security Scan
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Run dependency audit
run: npm audit --omit=dev --audit-level=critical