QuestionQ16
Ensuring data protectionA company uses Google Kubernetes Engine (GKE) with container images for a mission-critical application. The company wants to scan these images for known security vulnerabilities and securely share the report with the security team without exposing it outside Google Cloud.
What should you do?
- A
- Enable Container Threat Detection in the Security Command Center Premium tier.2. Upgrade all clusters that are not on a supported version of GKE to the latest possible GKE version.3. View and share the results from the Security Command Center.
- B
- Use an open source tool in Cloud Build to scan the images.2. Upload reports to publicly accessible buckets in Cloud Storage by using gsutil.3. Share the scan report link with your security department.
- C
- Enable vulnerability scanning in the Artifact Registry settings.2. Use Cloud Build to build the images.3. Push the images to the Artifact Registry for automatic scanning.4. View the reports in the Artifact Registry.
- D
- Get a GitHub subscription.2. Build the images in Cloud Build and store them in GitHub for automatic scanning.3. Download the report from GitHub and share with the Security Team.
Community Discussion