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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

Contains information about an image scan finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

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

Returns:



1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-ecr/types.rb', line 1918

class ImageScanFinding < Struct.new(
  :name,
  :description,
  :uri,
  :severity,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the finding.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-ecr/types.rb', line 1918

class ImageScanFinding < Struct.new(
  :name,
  :description,
  :uri,
  :severity,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-ecr/types.rb', line 1918

class ImageScanFinding < Struct.new(
  :name,
  :description,
  :uri,
  :severity,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The finding severity.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-ecr/types.rb', line 1918

class ImageScanFinding < Struct.new(
  :name,
  :description,
  :uri,
  :severity,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

A link containing additional details about the security vulnerability.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-ecr/types.rb', line 1918

class ImageScanFinding < Struct.new(
  :name,
  :description,
  :uri,
  :severity,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end