| _id |
string |
Unique image identifier composed of registry, repository, and tag. |
| hostname |
string |
Hostname of the machine where the image was scanned. |
| scanTime |
string |
Timestamp of the most recent scan. |
| repoTag |
object |
Repository and tag information for the image. |
| repoDigests |
array |
Content-addressable image digests. |
| osDistro |
string |
Operating system distribution of the image. |
| osDistroVersion |
string |
Operating system distribution version. |
| vulnerabilities |
array |
Vulnerabilities discovered in the image. |
| vulnerabilitiesCount |
integer |
Total number of vulnerabilities found. |
| vulnerabilityDistribution |
object |
Vulnerability count by severity level. |
| complianceIssues |
array |
Compliance check failures for the image. |
| complianceIssuesCount |
integer |
Total number of compliance issues found. |
| clusters |
array |
Kubernetes clusters where this image is deployed. |