actions-marketplace-validations/Umarise Anchor
Anchor build artifacts to Bitcoin. Tamper-proof timestamps for releases, binaries, ML models, and compliance artifacts. Privacy-first: only the SHA-256 hash leaves your runner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the file to anchor (e.g. build/output.tar.gz) | yes | — |
| upload-artifact | Upload the .proof file as a GitHub Actions artifact (default: true) | no | true |
| pr-comment | Post anchor summary as a PR comment (default: true). Requires github-token. | no | true |
| github-token | GitHub token for posting PR comments (defaults to github.token) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| origin-id | The origin_id returned by Umarise |
| hash | The SHA-256 hash of the anchored file |
| proof-path | Path to the generated .proof file |
| status | Anchor status: confirmed or pending |