Skip to content

Commit

Permalink
proper name for audit scan action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrown-stateless committed Oct 2, 2024
1 parent d1272af commit a657826
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: NPM Audit Scan for Vulnerabilities
run-name: Running an Audit Scan with NPM
on:
push:

Expand All @@ -12,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: "20.x"

- name: Step3 Install Dependencies
run: npm install
Expand All @@ -26,4 +28,3 @@ jobs:
with:
name: npm-audit-results
path: npm-audit-results.json

0 comments on commit a657826

Please sign in to comment.