Your security team has discovered that an application container image contains outdated packages with known remote code execution vulnerabilities. Which phase of the software development lifecycle is the most effective place to initially scan and remediate these vulnerabilities?
Scanning during the CI/CD build phase catches vulnerabilities early and prevents vulnerable images from entering registries.
Why this answer
Scanning images during the CI/CD pipeline build phase allows developers to patch or replace vulnerable packages before the image is ever pushed to a registry or deployed to production.