CompTIA SecurityX (CAS-005) — Question 131

A security engineer is assisting a DevOps team that has the following requirements for container images:

• Ensure container images are hashed and use version controls.
• Ensure container images are up to date and scanned for vulnerabilities.

Which of the following should the security engineer do to meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because enabling new security and quality checks within a CI/CD pipeline ensures that container images are both up to date and scanned for vulnerabilities during the build process. Options A, C, and D do not specifically address the need for ongoing updates and vulnerability scanning within the CI/CD workflow.