Sigstore - CI/CD用語集の定義
Sigstore とは、OIDC アイデンティティに結び付いた短命なキーレス証明書を使ってソフトウェア artifact に署名・検証するオープンソースプロジェクトで、すべての署名を記録する公開透明性ログ(Rekor)を備えています。
なぜ重要か
キーレス署名により、長命な署名鍵を管理する負担がなくなります。CI の job は OIDC で認証し、Fulcio が署名にちょうど足りるだけの短命な証明書を発行します。
関連ガイド
Code Signing - CI/CD Glossary DefinitionCode Signing: Code signing is applying a cryptographic signature to a binary or package so recipients can ver…
Attestation - CI/CD Glossary DefinitionAttestation: An attestation is a signed statement about an artifact, such as its provenance, SBOM, or test re…
Provenance - CI/CD Glossary DefinitionProvenance: Provenance is verifiable metadata describing how an artifact was built: the source commit, builde…