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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

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

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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

#descriptionString

The description of the finding.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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_atTime

The date and time when the finding was first observed.

Returns:

  • (Time)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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_availableString

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

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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_arnString

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

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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_arnString

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

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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_scoreFloat

The score that Amazon Inspector assigned for the finding.

Returns:

  • (Float)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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_detailsTypes::InspectorScoreDetails

An object that contains details of the Amazon Inspector score.



3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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_detailsTypes::PackageVulnerabilityDetails

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



3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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

#remediationTypes::Remediation

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

Returns:



3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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

#severityString

The severity of the finding.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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

#titleString

The title of the finding.

Returns:

  • (String)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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

#typeString

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)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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_atTime

The timestamp when the finding was last updated.

Returns:

  • (Time)


3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3831

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