Skip to content

Commit

Permalink
Create npm_audit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalDR authored Jan 8, 2025
1 parent 8514618 commit 3f9d22b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/npm_audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: NPM audit scan

on: [push, pull_request]

jobs:
Run:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20.12.x
- name: Run audit
run: >-
npm audit --audit-level=moderate

0 comments on commit 3f9d22b

Please sign in to comment.