feat(cli): publish completed security scans to Linear - #447
Open
kmbroai wants to merge 19 commits into
Open
Conversation
kmbroai
force-pushed
the
dev/kyleb/linear-publish
branch
from
August 15, 2026 06:57
bbc8bfe to
bd083ad
Compare
kmbroai
force-pushed
the
dev/kyleb/linear-publish
branch
from
August 15, 2026 07:00
bd083ad to
6b78fe5
Compare
kmbroai
changed the base branch from
dev/kyleb/linear-publish-engine
to
dev/kyleb/linear-publish-durable
August 15, 2026 08:13
kmbroai
marked this pull request as ready for review
August 15, 2026 19:30
wholley-oai
approved these changes
Aug 15, 2026
soyeon-oai
reviewed
Aug 15, 2026
soyeon-oai
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the exact PR delta. I found one interactive-selection reliability issue.
| const progress = scan["progress"]; | ||
| const scanId = scan["scanId"]; | ||
| const directory = scan["scanDir"]; | ||
| if ( |
Collaborator
There was a problem hiding this comment.
[P2] Exclude unavailable scan directories before presenting the picker. list-scans can retain completed history after its artifact directory was deleted or replaced, but this filter checks only database fields. The user can select a row that is guaranteed to fail later with Scan directory must be an existing non-symlink directory. Validate each candidate up front (or annotate and skip it with a reason) so every offered choice is publishable.
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
Add
codex-security publish scan [SCAN_DIR]so completed security scans can be published to an explicitly selected connected Linear team and project.Changes
--to linear,--linear-team,--project,--dry-run, and structured JSON output.CODEX_SECURITY_LINEAR_TEAMandCODEX_SECURITY_LINEAR_PROJECTwhile letting explicit flags take precedence.Testing
Risk and rollout
Public disclosure review