PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #208
A company is using Google Kubernetes Engine (GKE) with container images of a mission-critical application. The company wants to scan the images for known security issues and securely share the…
The correct answer is C. 1. Enable vulnerability scanning in the Artifact Registry settings. Artifact Registry has a built-in vulnerability scanning feature that automatically scans container images for known CVEs upon push and on an ongoing basis. Scan results are accessible via the Google Cloud Console and APIs, and access to those results is controlled by IAM…
Question
Options
- A
- Enable Container Threat Detection in the Security Command Center Premium tier.
- B
- Use an open source tool in Cloud Build to scan the images.
- C
- Enable vulnerability scanning in the Artifact Registry settings.
- D
- Get a GitHub subscription.
How the community answered
(42 responses)- A12% (5)
- B7% (3)
- C76% (32)
- D5% (2)
Explanation
Artifact Registry has a built-in vulnerability scanning feature that automatically scans container images for known CVEs upon push and on an ongoing basis. Scan results are accessible via the Google Cloud Console and APIs, and access to those results is controlled by IAM - meaning the security team can be granted read access to view reports entirely within Google Cloud without any data leaving the environment. Container Threat Detection (A) monitors runtime behavior in GKE, not image-level vulnerability scanning. Open-source scanning in Cloud Build (B) introduces tooling that must be maintained and may not natively keep results inside Google Cloud. A GitHub subscription (D) is irrelevant to this requirement.
Topics
Community Discussion
No community discussion yet for this question.