Terminology Index
Glossary
1801 terms
Showing 417-448 of 1801 terms
Container Vulnerability Scanning
Scanning container images and running containers for known software vulnerabilities, identifying vulnerable packages in image layers so they can be fixed before deployment and tracked while running.
Container images bundle many software components, any of which may have known vulnerabilities, so scanning inventories the image's packages and matches them against vulnerability databases. It runs in the build pipeline (catching issues before deployment), in the registry (assessing stored images), and against running workloads (catching newly disclosed vulnerabilities). Its results feed remediation, admission control, and compliance, making it a core workload-protection capability.
Introduced in: Cloud Workload Protection
Examples
- Identifying a vulnerable library in an image layer before deployment.
- Re-scanning stored images when a new vulnerability is disclosed.
- Blocking a deployment whose image has unfixed critical vulnerabilities.
No related terms linked yet.
