Skip to content
Latchkey

Attestation - CI/CD Glossary Definition

An attestation is a signed statement about an artifact, such as its provenance, SBOM, or test results, bound to the artifact by a cryptographic digest so claims can be verified later.

In CI

GitHub Actions can produce build provenance attestations with actions/attest-build-provenance, signing them via Sigstore so consumers verify them with gh attestation verify.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →