ImageScanFinding

Contains details about a vulnerability scan finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services account ID that's associated with the finding.

Link copied to clipboard

The description of the finding.

Link copied to clipboard

The date and time when the finding was first observed.

Link copied to clipboard

Details about whether a fix is available for any of the packages that are identified in the finding through a version update.

Link copied to clipboard

The Amazon Resource Name (ARN) of the image build version that's associated with the finding.

Link copied to clipboard

The Amazon Resource Name (ARN) of the image pipeline that's associated with the finding.

Link copied to clipboard

The score that Amazon Inspector assigned for the finding.

Link copied to clipboard

An object that contains details of the Amazon Inspector score.

Link copied to clipboard

An object that contains the details of a package vulnerability finding.

Link copied to clipboard

An object that contains the details about how to remediate the finding.

Link copied to clipboard

The severity of the finding.

Link copied to clipboard

The title of the finding.

Link copied to clipboard
val type: String?

The type of the finding. Image Builder looks for findings of the type PACKAGE_VULNERABILITY that apply to output images, and excludes other types.

Link copied to clipboard

The timestamp when the finding was last updated.

Functions

Link copied to clipboard
inline fun copy(block: ImageScanFinding.Builder.() -> Unit = {}): ImageScanFinding
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String