
Ultimate access to all questions.
Your organization uses Cloud Run for containerized applications, with Cloud Build for building images and Artifact Registry for storing them. You need to prevent the deployment of any container to production if it contains vulnerabilities with a CVSS score higher than "medium." What should you do?
A
Implement vulnerability scanning as part of the Cloud Build process. If any medium or higher vulnerabilities are detected, manually rebuild the image with updated components.
B
Perform manual vulnerability checks post-build, but before Cloud Run deployment. Implement a manual security-engineer-driven remediation process.
C
Configure Binary Authorization on Cloud Run to enforce image signatures. Create policies to allow deployment only for images passing a defined vulnerability threshold.
D
Utilize a vulnerability scanner during the Cloud Build stage and set Artifact Registry permissions to block images containing vulnerabilities above "medium."