Google Cloud Professional Cloud Security Engineer — Question 296

Your organization relies heavily on Cloud Run for its containerized applications. You utilize Cloud Build for image creation, Artifact Registry for image storage, and Cloud Run for deployment. You must ensure that containers with vulnerabilities rated above a common vulnerability scoring system (CVSS) score of "medium" are not deployed to production. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because configuring Binary Authorization allows you to enforce strict policies on which images can be deployed based on their vulnerability levels. Options A and B involve manual processes that are less efficient and could lead to security risks. Option D, while useful, does not provide the same level of enforcement as Binary Authorization does.