Audit Trail - CI/CD用語集の定義
監査証跡とは、誰がいつ何をしたかを時系列で記録したものです。
監査証跡とは、誰がいつ何を変更したかなど、システム内で行われた操作を時系列で記録し改ざんを検知できる記録であり、責任の所在、デバッグ、コンプライアンスに用いられます。
監査証跡とは、誰がいつ何をしたかを時系列で記録したものです。
CIでの利用
パイプラインのlog、commit履歴、deployの記録が合わさって監査証跡を形成し、どのコードがbuildされ、テストされ、承認され、リリースされたかを正確に示します。
関連ガイド
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…
Provenance - CI/CD Glossary DefinitionProvenance: Provenance is verifiable metadata describing how a software artifact was built, including its sou…
Compliance Gate - CI/CD Glossary DefinitionCompliance Gate: A compliance gate is a pipeline checkpoint that enforces regulatory or organizational policy…