What problem does it solve?
Create a tamper-proof, on-chain record that a CI/CD pipeline ran for a specific commit and what it produced. The attestation runs as its own GitHub Actions job after check/test jobs complete, on main pushes only.
Core Features & Use Cases
- Zips CI artifacts, computes a SHA-256 checksum, anchors the hash on Solana via a memo, generates a PDF attestation, and optionally uploads artifacts to S3 for compliance records.
- Provides a verifiable, auditable trail linking commits to build outputs, enabling lightweight governance and vendor audits.
- Supports Node and Ruby implementations for cross-project adoption; can be extended with repo-specific pipelines by copying scripts/attest.mjs or scripts/attest.rb into the target repo.
Quick Start
Copy scripts/attest.mjs (or scripts/attest.rb) into the target repo and wire it into a GitHub Actions workflow to run the attestation.