
Answer-first summary for fast verification
Answer: Binary Authorization
The correct answer is **Binary Authorization**. This GCP feature ensures the quality and integrity of your software by automatically checking each component of your software supply chain before deployment. It uses policy-based controls to enforce security and compliance checks on container images and their metadata, allowing only trusted and approved images to be deployed to production. - **Container Analysis** provides visibility into container images' contents and provenance, scanning for vulnerabilities and compliance with policies, but it doesn't automatically check each component of the supply chain. - **Google Kubernetes Engine (GKE)** facilitates running Kubernetes clusters on GCP for managing containerized applications but doesn't perform automatic checks on software supply chain components. - **Container Registry** offers a secure and scalable solution for storing and managing container images but lacks the automatic verification feature of Binary Authorization. For more details, refer to [Binary Authorization Overview](https://cloud.google.com/binary-authorization/docs/overview#background).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which Google Cloud Platform (GCP) feature automatically and digitally verifies every component of your software supply chain to ensure the quality and integrity of your software before deploying it to the production environment?
A
Google Kubernetes Engine (GKE)
B
Container Registry
C
Binary Authorization
D
Container Analysis
No comments yet.