Skip to content

feat(attest): add source-path and skip-source-tree-check inputs - #127

Merged
ronens88 merged 1 commit into
mainfrom
feat/attest-source-path-input
Sep 1, 2026
Merged

feat(attest): add source-path and skip-source-tree-check inputs#127
ronens88 merged 1 commit into
mainfrom
feat/attest-source-path-input

Conversation

@ronens88

Copy link
Copy Markdown
Contributor

Summary

Adds two optional inputs to the attest action, passed through to cimon attest generate-and-sign:

  • source-path: path to the source checkout recorded in the attestation's resolvedDependencies. When unset, cimon discovers the source automatically (from the subject paths, a directory named after the CI run id, or the workspace). Set it when the source is checked out to a location discovery cannot reach.
  • skip-source-tree-check: skips verifying that the source working tree matches the recorded commit, for very large trees.

Both inputs require a cimon binary with source resolution support (CycodeLabs/cimon#1479, targeted for v1.0.24). Leaving them unset keeps the previous behavior with any binary version.

attest/dist rebuilt with npm run all.

🤖 Generated with Claude Code

Passes --source-path and --skip-source-tree-check through to
cimon attest generate-and-sign, for pipelines where the source checkout
lives outside the runner workspace and automatic discovery cannot reach
it. Both inputs require a cimon binary that supports source resolution
(v1.0.24 or later); leaving them unset keeps the previous behavior with
any binary.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T12:14:50.499726Z 6391fc8 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ronens88
ronens88 merged commit 1374f71 into main Sep 1, 2026
7 checks passed
@ronens88
ronens88 deleted the feat/attest-source-path-input branch September 1, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants