Provenance - CI/CD用語集の定義
provenance とは、artifact がどのように build されたか(ソースの commit、builder、入力)を記述した検証可能なメタデータです。SLSA フレームワークは、サプライチェーンの信頼のための標準的な provenance 形式を定義しています。
なぜ重要か
provenance により、利用者は artifact が期待した pipeline から生成され、build 後に差し替えや改ざんがされていないことを確認できます。
関連ガイド
Attestation - CI/CD Glossary DefinitionAttestation: An attestation is a signed statement about an artifact, such as its provenance, SBOM, or test re…
Software Bill of Materials (SBOM) - CI/CD Glossary DefinitionSoftware Bill of Materials (SBOM): A software bill of materials (SBOM) is a machine-readable inventory of eve…
Sigstore - CI/CD Glossary DefinitionSigstore: Sigstore is an open-source project for signing and verifying software artifacts using short-lived,…