Class: Aws::Imagebuilder::Types::ImageScanFinding

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Contains details about a vulnerability scan finding that Amazon Inspector generated for an image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

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

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the finding.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#first_observed_at ⇒ Time

The date and time when the finding was first observed.

Returns:

  • (Time)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#fix_available ⇒ String

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

  • YES – A fix is available for all of the packages identified in the finding.

  • NO – No fix is available.

  • PARTIAL – A fix is available for some, but not all, of the packages identified in the finding.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#image_build_version_arn ⇒ String

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

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#image_pipeline_arn ⇒ String

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

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#inspector_score ⇒ Float

The score that Amazon Inspector assigned for the finding.

Returns:

  • (Float)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#inspector_score_details ⇒ Types::InspectorScoreDetails

An object that contains details of the Amazon Inspector score.



4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails

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



4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#remediation ⇒ Types::Remediation

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

Returns:



4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#severity ⇒ String

The severity of the finding. For more information, see Severity levels for Amazon Inspector findings in the Amazon Inspector User Guide.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ String

The title of the finding.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The timestamp when the finding was last updated.

Returns:

  • (Time)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4832

class ImageScanFinding < Struct.new(
  :aws_account_id,
  :image_build_version_arn,
  :image_pipeline_arn,
  :type,
  :description,
  :title,
  :remediation,
  :severity,
  :first_observed_at,
  :updated_at,
  :inspector_score,
  :inspector_score_details,
  :package_vulnerability_details,
  :fix_available)
  SENSITIVE = []
  include Aws::Structure
end