moonrunnerkc/ClaimCheck
A deterministic, pre-merge gate that tries to falsify a pull request's own claim about what it does, using only the PR and the repository. It proves whether the PR's tests constrain the change, not whether the change is correct.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Parent commit SHA the PR branches from. Optional: defaults to the merge base of head and the pull_request base branch. | no | "" |
| head | Head commit SHA of the PR. Optional: defaults to the checked-out commit. | no | "" |
| repo | Path to the repository inside the workspace. | no | /github/workspace |
| bundle-out | Directory to write the content-addressed verdict bundle into. | no | /github/workspace/.claimcheck |
| fail-on-warn | Exit non-zero on WARN as well as BLOCK. | no | false |
Outputs
| name | description |
|---|---|
| bundle-dir | Directory the verdict bundle was written to. |