Swimlane · 06 of 07 · Deploy and release
Deploy is optimised for speed and has no reviewers. Release is optimised for trust: the same artifact, independent required checks, a human, and a cluster that only ever changes by pulling a merged commit.
The same bytes
A release carries the exact image digest that passed test and deploy. Nothing is rebuilt for production, so what was tested is what ships.
Gates that say what they are
Five gates are real today (sast, image-scan, provenance, sbom, values). Four are stubs, and they are labelled as stubs everywhere they appear, because a gate that silently passes is worse than none.
Built