You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::ImageScanFinding

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about an image scan finding.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

A collection of attributes of the host from which the finding is generated.

Returns:

  • (Array<Types::Attribute>)

    A collection of attributes of the host from which the finding is generated.

#descriptionString

The description of the finding.

Returns:

  • (String)

    The description of the finding.

#nameString

The name associated with the finding, usually a CVE number.

Returns:

  • (String)

    The name associated with the finding, usually a CVE number.

#severityString

The finding severity.

Possible values:

  • INFORMATIONAL
  • LOW
  • MEDIUM
  • HIGH
  • CRITICAL
  • UNDEFINED

Returns:

  • (String)

    The finding severity.

#uriString

A link containing additional details about the security vulnerability.

Returns:

  • (String)

    A link containing additional details about the security vulnerability.