Class: Aws::ECR::Types::ImageScanFindings

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

Overview

The details of an image scan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enhanced_findingsArray<Types::EnhancedImageScanFinding>

Details about the enhanced scan findings from Amazon Inspector.



1952
1953
1954
1955
1956
1957
1958
1959
1960
# File 'lib/aws-sdk-ecr/types.rb', line 1952

class ImageScanFindings < Struct.new(
  :image_scan_completed_at,
  :vulnerability_source_updated_at,
  :finding_severity_counts,
  :findings,
  :enhanced_findings)
  SENSITIVE = []
  include Aws::Structure
end

#finding_severity_countsHash<String,Integer>

The image vulnerability counts, sorted by severity.

Returns:

  • (Hash<String,Integer>)


1952
1953
1954
1955
1956
1957
1958
1959
1960
# File 'lib/aws-sdk-ecr/types.rb', line 1952

class ImageScanFindings < Struct.new(
  :image_scan_completed_at,
  :vulnerability_source_updated_at,
  :finding_severity_counts,
  :findings,
  :enhanced_findings)
  SENSITIVE = []
  include Aws::Structure
end

#findingsArray<Types::ImageScanFinding>

The findings from the image scan.

Returns:



1952
1953
1954
1955
1956
1957
1958
1959
1960
# File 'lib/aws-sdk-ecr/types.rb', line 1952

class ImageScanFindings < Struct.new(
  :image_scan_completed_at,
  :vulnerability_source_updated_at,
  :finding_severity_counts,
  :findings,
  :enhanced_findings)
  SENSITIVE = []
  include Aws::Structure
end

#image_scan_completed_atTime

The time of the last completed image scan.

Returns:

  • (Time)


1952
1953
1954
1955
1956
1957
1958
1959
1960
# File 'lib/aws-sdk-ecr/types.rb', line 1952

class ImageScanFindings < Struct.new(
  :image_scan_completed_at,
  :vulnerability_source_updated_at,
  :finding_severity_counts,
  :findings,
  :enhanced_findings)
  SENSITIVE = []
  include Aws::Structure
end

#vulnerability_source_updated_atTime

The time when the vulnerability data was last scanned.

Returns:

  • (Time)


1952
1953
1954
1955
1956
1957
1958
1959
1960
# File 'lib/aws-sdk-ecr/types.rb', line 1952

class ImageScanFindings < Struct.new(
  :image_scan_completed_at,
  :vulnerability_source_updated_at,
  :finding_severity_counts,
  :findings,
  :enhanced_findings)
  SENSITIVE = []
  include Aws::Structure
end