List of questions
Related questions
Question 256 - Professional Cloud Developer discussion
You are reviewing and updating your Cloud Build steps to adhere to Google-recommended practices. Currently, your build steps include:
1. Pull the source code from a source repository.
2. Build a container image
3. Upload the built image to Artifact Registry.
You need to add a step to perform a vulnerability scan of the built container image, and you want the results of the scan to be available to your deployment pipeline running in Google Cloud. You want to minimize changes that could disrupt other teams' processes What should you do?
A.
Enable Binary Authorization, and configure it to attest that no vulnerabilities exist in a container image.
B.
Enable the Container Scanning API in Artifact Registry, and scan the built container images for vulnerabilities.
C.
Upload the built container images to your Docker Hub instance, and scan them for vulnerabilities.
D.
Add Artifact Registry to your Aqua Security instance, and scan the built container images for vulnerabilities
Your answer:
0 comments
Sorted by
Leave a comment first