Docker Scan Images for Known Vulnerabilities
Contents
CVE(Common Vulnerabilities and Exposures)
CVE
The Common Vulnerabilities and Exposures system provides a reference-method for publicly known information-security vulnerabilities and exposures.
CVE Severity Scores
CVSS v2.0 Ratings
Severity | Base Score Range |
---|---|
Low | 0.0-3.9 |
Medium | 4.0-6.9 |
High | 7.0-10.0 |
CVSS v3.0 Ratings
Severity | Base Score Range |
---|---|
None | 0.0 |
Low | 0.1-3.9 |
Medium | 4.0-6.9 |
High | 7.0-8.9 |
Critical | 9.0-10.0 |
Trivy
Trivy
A Simple and Comprehensive Vulnerability Scanner for Containers and other Artifacts, Suitable for CI.
This is one of a tool for CVE scanner.
This is one of a tool for CVE scanner.
Installation
Trivy
Go to official Installation
Basic Usage
|
|
|
|
|
|
|
|
|
|
Best Practices
- Continuously rescan images
- Kubernetes Admission Controllers to scan images
- Private repository with pre-scanned images ready to go
- Integrate scanning into your CI/CD pipeline