Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ImageScanFindings

The details of an image scan.

Hierarchy

  • ImageScanFindings

Properties

enhancedFindings?: EnhancedImageScanFinding[]

Details about the enhanced scan findings from Amazon Inspector.

findingSeverityCounts?: Record<string, number>

The image vulnerability counts, sorted by severity.

findings?: ImageScanFinding[]

The findings from the image scan.

imageScanCompletedAt?: Date

The time of the last completed image scan.

vulnerabilitySourceUpdatedAt?: Date

The time when the vulnerability data was last scanned.