PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #94
Your company wants to collect and analyze CVE information for packages in container images, and wants to prevent images with known security issues from running in your Google Kubernetes Engine…
The correct answer is A. Deployment policies. Google recommends two complementary features in a container build pipeline: (1) Vulnerability scanning (e.g., Artifact Analysis / Container Analysis) to detect CVEs in packages, and (2) Deployment policies via Binary Authorization to enforce that only scanned and approved…
Question
Options
- ADeployment policies
- BPassword policies
- CVulnerability scanning
- DNetwork isolation
How the community answered
(62 responses)- A77% (48)
- B13% (8)
- C3% (2)
- D6% (4)
Explanation
Google recommends two complementary features in a container build pipeline: (1) Vulnerability scanning (e.g., Artifact Analysis / Container Analysis) to detect CVEs in packages, and (2) Deployment policies via Binary Authorization to enforce that only scanned and approved images are allowed to run in GKE. Binary Authorization acts as a policy gate - if an image has known vulnerabilities or has not been attested as clean, the deployment is blocked. While the listed correct answer shows only 'A' (Deployment policies), the full Google-recommended approach pairs deployment policies with vulnerability scanning (C). Password policies (B) and network isolation (D) are not specific to container image security pipelines.
Topics
Community Discussion
No community discussion yet for this question.