Supply chain security: SBOM, SLSA, Sigstore, dependency scanning, signed admission. Three scenarios: Dependabot finds CVE, signed image verified at K8s admission, SBOM gen and CVE block in CI. Two ADRs on dev node: defense against typo-squatting/malicious deps, and SLSA L3 target.
Supply-chain assurance links a delivered artifact digest to reviewed source, resolved dependencies, a controlled build, trustworthy provenance, an inventory, and deployment policy. SBOMs, signatures, and provenance provide different evidence and none alone proves software is safe.
| Component | Responsibility |
|---|---|
developer | Authenticated Developer |
source-control | Protected Source Control |
dependency-registry | Dependency Registry and Lock |
build-platform | Isolated Hosted Build Platform |
provenance-signer | Platform Provenance Signer |
artifact-registry | Digest-Addressed Artifact Registry |
sbom | SBOM Inventory |
transparency-log | Transparency and Signing Evidence |
policy-verifier | Release Policy Verifier |
deployer | Deployment Controller |
runtime | Production Runtime |
attacker | Compromised Account, Package, or Builder |
Topology edges represent authenticated or otherwise explicit communication paths. Responses reuse those physical paths in reverse; no response-only or bypass edges are added.
protected-source-change — Protect source changes and revision identityAuthenticated changes, branch policy, review, and immutable revision identity establish expected source before a build starts.
dependency-resolution — Resolve dependencies by trusted identity and digestA lockfile records resolution, while registry namespace, checksums, signatures or provenance, allowlists, and update review determine trust.
isolated-build — Use an isolated hardened buildBuilds start from declared inputs, cannot influence another run, and user-defined steps cannot access the platform provenance signing secret.
provenance-production — Produce artifact-bound provenanceThe build platform generates provenance that identifies the artifact digest, builder, build process, source, and resolved inputs; the platform authenticates that statement.
sbom-is-inventory — SBOM is inventory, not proof of safetyAn SBOM describes components and relationships for analysis and response; it does not prove those components are untampered, vulnerability-free, licensed, or approved.
release-verification — Verify evidence against release expectationsVerification checks artifact digest, provenance authenticity, builder identity, source and input expectations, SBOM binding, and policy before deployment.
artifact-substitution — Reject artifact substitution after buildA signature or provenance statement is useful only when its subject digest matches the bytes selected for deployment.
compromised-builder — A signature does not cure a compromised builderIf a trusted builder is compromised, it can produce malicious bytes and matching provenance; isolation, builder hardening, source expectations, reproducibility where suitable, and incident response bound this risk.
revocation-and-rollback — Revoke compromised evidence and roll back by digestIncident response marks signer, builder, source revision, package, or artifact digest untrusted and deploys a previously verified digest without disabling verification.
Введите числа или выберите пресет