Quiz: Chapter 14 (Supply Chain Security)
Questions
Why is “build once, promote many” a core supply-chain guardrail?
Why is digest reference stronger than mutable tag reference?
What does image signing prove that SBOM alone does not?
Why should verification policy start in
Auditfor non-production rollout?Which statement is correct?
- A) If CI passes, runtime signature verification is redundant.
- B) Admission verification can stop untrusted artifacts before execution.
- C) Mutable tags improve incident forensics.
What is the operational difference between
AuditandEnforcein Kyverno?Name two pieces of evidence required after a denied artifact admission.
Signature verification fails during urgent release. Best response:
- A) disable policy globally and continue
- B) pause promotion, fix signing path, redeploy trusted artifact
- C) bypass only for production
Why is attestation verification useful even when signatures pass?
Complete the guardrail:
- A) no trusted signature, no runtime admission
- B) internal services can skip provenance controls
- C) tag naming convention is enough trust proof
Answer Key (Short)
- It preserves tested artifact identity and provenance across environments.
- Digest is immutable and uniquely identifies exact artifact content.
- Signing proves origin/integrity; SBOM describes content.
- It allows safe tuning before hard enforcement.
- B
Auditreports violations;Enforceblocks violating admissions.- Policy/rule name and event/deny message with artifact reference.
- B
- It proves required metadata exists and matches policy expectations.
- A