From a6578261ccaa69b6b2b53dca9e3b2e785d4dc027 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 2 Oct 2024 13:21:21 -0600 Subject: [PATCH] proper name for audit scan action --- .github/workflows/npm-audit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-audit.yml b/.github/workflows/npm-audit.yml index 9b2fbb0..080eb34 100644 --- a/.github/workflows/npm-audit.yml +++ b/.github/workflows/npm-audit.yml @@ -1,3 +1,5 @@ +name: NPM Audit Scan for Vulnerabilities +run-name: Running an Audit Scan with NPM on: push: @@ -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 @@ -26,4 +28,3 @@ jobs: with: name: npm-audit-results path: npm-audit-results.json -