Topic 1 Question 253
You are reviewing and updating your Cloud Build steps to adhere to best practices. Currently, your build steps include:
- Pull the source code from a source repository.
- Build a container image
- 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?
Enable Binary Authorization, and configure it to attest that no vulnerabilities exist in a container image.
Upload the built container images to your Docker Hub instance, and scan them for vulnerabilities.
Enable the Container Scanning API in Artifact Registry, and scan the built container images for vulnerabilities.
Add Artifact Registry to your Aqua Security instance, and scan the built container images for vulnerabilities.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C👍 1TNT872023/01/31
- 正解だと思う選択肢: C
Enabling the Container Scanning API in Artifact Registry and scanning the built container images is a best practice because it allows you to perform security scans within the same environment where the built images are stored. This helps minimize the changes that could disrupt other teams' processes, as the images are already in Artifact Registry, and the scanning results can be easily accessed by the deployment pipeline in Google Cloud. Additionally, the Container Scanning API integrates with Google Cloud security and governance tools, allowing you to enforce security policies and manage vulnerabilities in a centralized and automated way.
👍 1mrvergara2023/02/04 - 正解だと思う選択肢: C
i choose C
👍 1Pime132023/02/26
シャッフルモード