
Ultimate access to all questions.
Your organization has recently transitioned to a container-based workflow for application development, with frequent releases to production via an automated pipeline. A security audit revealed potential vulnerabilities in the production code, noting that current VM vulnerability assessment tools are incompatible with the containerized environment. What step should you take to ensure the security and patch-level of all code deployed through the pipeline?
A
Update the containers in the build pipeline to the latest version before each release.
B
Modify existing operating system vulnerability software to function within containers.
C
Implement static code analysis tools on the Docker files used for container creation.
D
Adopt Container Analysis to detect and report Common Vulnerabilities and Exposures (CVEs).