Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you ensure that only secure container images are deployed to production when using Cloud Build to build images, Artifact Registry for storage, and Cloud Deploy for deployment to Cloud Run?
A
Use Cloud Armor in front of Cloud Run to protect the container image from threats.
B
Use Artifact Analysis to scan the image for vulnerabilities. Use Cloud Key Management Service to encrypt the image to be deployed to production.
C
Use Secret Manager to store the encrypted image. Deploy this image to production.
D
Use Binary Authorization to enforce a policy that only allows images that have been signed with a trusted key to be deployed to production.