advancedTop 100 Interview Questions
Why is image scanning (e.g., Trivy, Grype) part of a secure CI/CD pipeline?
It automatically detects known CVEs in OS packages and application dependencies baked into an image before it's deployed, allowing a pipeline to block releases with critical vulnerabilities rather than discovering them only after the image is already running in production.
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
Why is image scanning (e.g., Trivy, Grype) part of a secure CI/CD pipeline?