We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b79ac commit 4ecc0b2Copy full SHA for 4ecc0b2
.github/workflows/security.yml
@@ -60,8 +60,8 @@ jobs:
60
working-directory: frontend
61
run: |
62
npm ci
63
- npm audit --audit-level high --json > npm-audit-report.json || true
64
- npm audit --audit-level high || true
+ npm audit --audit-level high --json > npm-audit-report.json
+ npm audit --audit-level high
65
66
- name: 📋 Upload Dependency Reports
67
uses: actions/upload-artifact@v4
0 commit comments