Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,14 @@ jobs:
working-directory: contracts/predict-iq

- name: Scan Node.js dependencies
# Fails CI on high/critical npm vulnerabilities.
# Exception process: for known false positives, add an entry to
# frontend/.nsprc (npm audit ignore) with a justification comment
# and link to the tracking issue, then get security team approval
# before merging.
run: |
npm audit --audit-level=high
working-directory: frontend
continue-on-error: true

container-scanning:
name: Container Image Scanning
Expand Down
Loading