security: Include branch name in security scan Slack alerts and fail only on high vulnerabilities#27977
security: Include branch name in security scan Slack alerts and fail only on high vulnerabilities#27977harsh-vador wants to merge 5 commits intomainfrom
Conversation
🟡 Playwright Results — all passed (9 flaky)✅ 4019 passed · ❌ 0 failed · 🟡 9 flaky · ⏭️ 86 skipped
🟡 9 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
Code Review ✅ Approved 2 resolved / 2 findingsEnhances security scan reporting by adding branch context to Slack alerts and generating an aggregated CSV findings summary. Refines data processing with improved error handling and deduplication logic to ensure robust report generation. ✅ 2 resolved✅ Edge Case: Unhandled JSON parse error aborts entire CSV generation
✅ Performance: normalize() evaluates each list item twice
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Description
This PR updates the security scan workflow notifications and adjusts the Retire.js vulnerability threshold.
Changes
${{ github.ref_name }}.mediumtohigh.Type of change:
High-level design:
N/A — small change.
Tests:
Use cases covered
Unit tests
Backend integration tests
Ingestion integration tests
Playwright (UI) tests
Manual testing performed
UI screen recording / screenshots:
Not applicable.
Checklist:
Fixes <issue-number>: <short explanation>Fixes #<issue-number>above.Summary by Gitar
mediumtohighseverity.${{ github.ref_name }}in Slack success/failure notifications.This will update automatically on new commits.