Container Scanning Overview
The Container Scanning > Overview page shows the Trivy Security Overview dashboard: a summary of container image vulnerabilities for the selected namespace (and cluster) in the portal header.
Key metricsβ
At the top, four cards summarize the current state:
- Total Vulnerabilities β Total number of vulnerabilities across all scanned images.
- Critical Vulnerabilities β Count of critical issues (with a note that they require immediate attention).
- Images Scanned β Number of container images scanned.
- Fixable Vulnerabilities β How many vulnerabilities have a fix available (with a note "Fix available").
Use these to quickly see exposure and remediation potential.
Severity Breakdownβ
A table lists vulnerability distribution by severity:
| Severity | Count | Fixable | Distribution |
|---|---|---|---|
| Critical | β¦ | β¦ | β¦% (bar) |
| High | β¦ | β¦ | β¦% (bar) |
| Medium | β¦ | β¦ | β¦% (bar) |
| Low | β¦ | β¦ | β¦% (bar) |
| Unknown | β¦ | β¦ | β¦% (bar) |
| Total | β¦ | β¦ | 100% (bar) |
Each row shows the count, how many are fixable, and a horizontal bar for the share of that severity in the total.
Severity Distributionβ
A donut chart shows the same breakdown by severity (e.g. Critical, High, Medium, Low, Unknown) with labels and percentages, so you can see at a glance where most issues sit.
Top Vulnerable Imagesβ
A table lists images with the highest vulnerability counts. For each image you typically see:
- Image name (e.g.
library/nginx:latest). - Namespace (e.g. the current namespace).
- Counts by severity: Critical, High, Medium, Low.
- Total vulnerability count.
Use this to prioritize which images to update or replace.
Vulnerability Reportsβ
At the bottom of the page, a Vulnerability Reports block is shown: View all container vulnerability scan results, with an arrow. Clicking this block opens the Vulnerability Reports section, where you can see the full list of container vulnerability scan results and drill into details.