|
@@ -130,7 +130,7 @@ jobs:
|
|
|
working-directory: frontend
|
|
working-directory: frontend
|
|
|
run: |
|
|
run: |
|
|
|
npm audit --json > npm-audit-results.json || echo "vulnerabilities_found=true" >> $GITHUB_OUTPUT
|
|
npm audit --json > npm-audit-results.json || echo "vulnerabilities_found=true" >> $GITHUB_OUTPUT
|
|
|
- npm audit --audit-level=moderate || true
|
|
|
|
|
|
|
+ npm audit --audit-level=high || true
|
|
|
|
|
|
|
|
- name: Upload audit results
|
|
- name: Upload audit results
|
|
|
if: always()
|
|
if: always()
|