Valid Professional-Cloud-Security-Engineer Dumps shared by ExamDiscuss.com for Helping Passing Professional-Cloud-Security-Engineer Exam! ExamDiscuss.com now offer the newest Professional-Cloud-Security-Engineer exam dumps, the ExamDiscuss.com Professional-Cloud-Security-Engineer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Professional-Cloud-Security-Engineer dumps with Test Engine here:
You run applications on Cloud Run. You already enabled container analysis for vulnerability scanning. However, you are concerned about the lack of control on the applications that are deployed. You must ensure that only trusted container images are deployed on Cloud Run. What should you do? Choose 2 answers
Correct Answer: B,D
To ensure that only trusted container images are deployed on Cloud Run, you can implement Binary Authorization, which is a deploy-time security control that ensures only trusted images are used. * Set Up Binary Authorization: * Navigate to the Google Cloud Console. * Go to Security > Binary Authorization. * Configure the policy to include attestors that verify your trusted images. * Enable Binary Authorization on Cloud Run: * Go to the Cloud Run service. * Enable Binary Authorization on your existing Cloud Run services by selecting the appropriate Binary Authorization policy. * Set Organization Policy: * Go to the Organization Policies page in the Google Cloud Console. * Add a constraint for constraints/run.allowedBinaryAuthorizationPolicies. * Specify the list of allowed Binary Authorization policy names to enforce across your organization. These steps ensure that any container image deployed on Cloud Run is validated against the specified Binary Authorization policies, preventing untrusted images from being deployed. References: * Binary Authorization Documentation * Enabling Binary Authorization on Cloud Run