Provenance - CI/CD用語集の定義
プロヴェナンスとは、artifactがどのように、何からbuildされたかについての検証可能なメタデータです。
プロヴェナンス(来歴)とは、ソフトウェアのartifactがどのようにbuildされたかを、そのソース、buildステップ、環境を含めて記述する検証可能なメタデータであり、利用者がその出所を確認できるようにします。
プロヴェナンスとは、artifactがどのように、何からbuildされたかについての検証可能なメタデータです。
CIでの利用
SLSAのようなフレームワークは、パイプラインが自動生成できるプロヴェナンスの形式を定義しており、下流のシステムがartifactが宣言どおりにbuildされたことを検証できるようにします。
関連ガイド
Attestation - CI/CD Glossary DefinitionAttestation: An attestation is a signed, machine-verifiable statement about an artifact, such as which tests…
Chain of Custody - CI/CD Glossary DefinitionChain of Custody: A chain of custody is an unbroken, verifiable record of how an artifact was produced and ha…
Software Bill of Materials (SBOM) - CI/CD Glossary DefinitionSoftware Bill of Materials (SBOM): An SBOM is a formal, machine-readable inventory of all components, librari…