Skip to content

Commit 4ecc0b2

Browse files
authored
Refactor npm audit commands in security workflow
1 parent 06b79ac commit 4ecc0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
working-directory: frontend
6161
run: |
6262
npm ci
63-
npm audit --audit-level high --json > npm-audit-report.json || true
64-
npm audit --audit-level high || true
63+
npm audit --audit-level high --json > npm-audit-report.json
64+
npm audit --audit-level high
6565
6666
- name: 📋 Upload Dependency Reports
6767
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)