Terminology Index
Glossary
1801 terms
Showing 385-416 of 1801 terms
Container Image Scanning
Within DevSecOps, scanning container images in the pipeline for known vulnerabilities, exposed secrets, and insecure configurations before they are deployed, so security issues are caught and fixed early in the software lifecycle.
As part of a secure SDLC, container image scanning runs automatically in CI/CD: it inspects image layers for vulnerable packages, hardcoded secrets, and misconfigurations, and can fail the build when issues exceed a threshold. Scanning images early, shifting left, is far cheaper than fixing deployed containers, and it complements other pipeline checks like SAST, SCA, and IaC scanning to build security into delivery.
Introduced in: DevSecOps and Secure SDLC
Examples
- Failing a build when an image contains a critical, fixable vulnerability.
- Detecting a hardcoded secret baked into an image layer.
- Scanning every image in CI before it can be pushed to production.
No related terms linked yet.
