feat: add linear cve summary action - #263
Merged
Merged
Conversation
vcauesantos
marked this pull request as ready for review
September 10, 2026 23:50
Contributor
Author
|
/vcluster-review |
|
🔍 The agent swarm is reviewing PR #263. I'll post the results here when it's done. Admins can watch the run live |
loft-bot
reviewed
Sep 11, 2026
|
@vcauesantos ✅ Review finished for #263 |
Contributor
Author
|
Validated the load-bearing matrix output fan-in against the native GitHub Actions runner.
|
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
result-jsonoutput tocve-scanand aggregate matrix results into one Linear commentExample Linear comment
The action adds a comment like this to the release's CVE review subissue (illustrative counts):
The real comment uses the originating run ID and actual scan counts. A missing matrix result is rendered as
No scan result. A hidden tag-specific marker makes reruns update the existing comment while incremental RCs add separate comments.Test plan
make test-cve-scan(137 passed)make test-linear-cve-summary(30 passed)make lintmake check-docsmake testreaches an unrelated existingcleanup-head-chartsfailure that reproduces onmain; all tests before it, including this action's suite, passRollout
cve-scan/v1rolling tag first so callers receive the newresult-jsonoutputlinear-cve-summary/v1action-specific tag after mergeRelated to DEVOPS-1292