
Ultimate access to all questions.
You are updating your Cloud Build pipeline to follow best practices. The current steps are:
You need to introduce a vulnerability scanning step for the built container image and make the scan results accessible to your Google Cloud deployment pipeline, while minimizing impact on other teams' workflows. What is the recommended approach?
A
Enable Binary Authorization, and configure it to attest that no vulnerabilities exist in a container image.
B
Upload the built container images to your Docker Hub instance, and scan them for vulnerabilities.
C
Enable the Container Scanning API in Artifact Registry, and scan the built container images for vulnerabilities.
D
Add Artifact Registry to your Aqua Security instance, and scan the built container images for vulnerabilities.