Software Engineering KB

Home

❯

08 Security

❯

04 Supply Chain Security

❯

01 Concept

❯

Immutable Artifacts

Immutable Artifacts

Feb 10, 20261 min read

  • supply-chain-security
  • ci-cd
  • immutable

Immutable Artifacts

← Back to CI-CD Security

Building an artifact once and promoting it through environments (dev, staging, production) without rebuilding. Immutable artifacts ensure that what was tested is exactly what is deployed. Rebuilding introduces risk of different dependencies, build tools, or compromised build environments.

Key Properties

  • Build Once Deploy Many
  • Artifact Promotion
  • Deterministic Builds

supply-chain-security ci-cd immutable


Graph View

  • Immutable Artifacts
  • Key Properties

Backlinks

  • CI-CD Security
  • Build Once Deploy Many

Created with Quartz v4.5.2 © 2026

  • GitHub