ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 76 - AZ-400 discussion

Report
Export

Your company deploys applications in Docker containers.

You want to detect known exploits in the Docker images used to provision the Docker containers.

You need to integrate image scanning into the application lifecycle. The solution must expose the exploits as early as possible during the application lifecycle. What should you configure?

A.
a task executed in the continuous integration pipeline and a scheduled task that analyzes the image registry
Answers
A.
a task executed in the continuous integration pipeline and a scheduled task that analyzes the image registry
B.
manual tasks performed during the planning phase and the deployment phase
Answers
B.
manual tasks performed during the planning phase and the deployment phase
C.
a task executed in the continuous deployment pipeline and a scheduled task against a running production container
Answers
C.
a task executed in the continuous deployment pipeline and a scheduled task against a running production container
D.
a task executed in the continuous integration pipeline and a scheduled task that analyzes the production container
Answers
D.
a task executed in the continuous integration pipeline and a scheduled task that analyzes the production container
Suggested answer: A

Explanation:

You can use the Docker task to sign into ACR and then use a subsequent script to pull an image and scan the container image for vulnerabilities. Use the docker task in a build or release pipeline. This task can be used with Docker or Azure Container registry.

Incorrect Answers:

C: We should not wait until deployment. We want to detect the exploits as early as possible.

D: We should wait until the image is in the product container. We want to detect the exploits as early as possible.

Reference: https://docs.microsoft.com/en-us/azure/devops/articles/security-validation-cicd-pipeline?view=vsts

asked 02/10/2024
Mohammed Hamid
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first