Class: Aws::Inspector2::Types::CodeRepositoryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CodeRepositoryMetadata
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains metadata information about a code repository that is being scanned by Amazon Inspector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration associated with the repository.
-
#last_scanned_commit_id ⇒ String
The ID of the last commit that was scanned in the repository.
-
#on_demand_scan ⇒ Types::CodeRepositoryOnDemandScan
Information about on-demand scans performed on the repository.
-
#project_name ⇒ String
The name of the project in the code repository.
-
#provider_type ⇒ String
The type of repository provider (such as GitHub, GitLab, etc.).
-
#provider_type_visibility ⇒ String
The visibility setting of the repository (public or private).
-
#scan_configuration ⇒ Types::ProjectCodeSecurityScanConfiguration
The scan configuration settings applied to the code repository.
Instance Attribute Details
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration associated with the repository.
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2123 class CodeRepositoryMetadata < Struct.new( :project_name, :integration_arn, :provider_type, :provider_type_visibility, :last_scanned_commit_id, :scan_configuration, :on_demand_scan) SENSITIVE = [] include Aws::Structure end |
#last_scanned_commit_id ⇒ String
The ID of the last commit that was scanned in the repository.
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2123 class CodeRepositoryMetadata < Struct.new( :project_name, :integration_arn, :provider_type, :provider_type_visibility, :last_scanned_commit_id, :scan_configuration, :on_demand_scan) SENSITIVE = [] include Aws::Structure end |
#on_demand_scan ⇒ Types::CodeRepositoryOnDemandScan
Information about on-demand scans performed on the repository.
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2123 class CodeRepositoryMetadata < Struct.new( :project_name, :integration_arn, :provider_type, :provider_type_visibility, :last_scanned_commit_id, :scan_configuration, :on_demand_scan) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the code repository.
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2123 class CodeRepositoryMetadata < Struct.new( :project_name, :integration_arn, :provider_type, :provider_type_visibility, :last_scanned_commit_id, :scan_configuration, :on_demand_scan) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The type of repository provider (such as GitHub, GitLab, etc.).
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2123 class CodeRepositoryMetadata < Struct.new( :project_name, :integration_arn, :provider_type, :provider_type_visibility, :last_scanned_commit_id, :scan_configuration, :on_demand_scan) SENSITIVE = [] include Aws::Structure end |
#provider_type_visibility ⇒ String
The visibility setting of the repository (public or private).
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2123 class CodeRepositoryMetadata < Struct.new( :project_name, :integration_arn, :provider_type, :provider_type_visibility, :last_scanned_commit_id, :scan_configuration, :on_demand_scan) SENSITIVE = [] include Aws::Structure end |
#scan_configuration ⇒ Types::ProjectCodeSecurityScanConfiguration
The scan configuration settings applied to the code repository.
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2123 class CodeRepositoryMetadata < Struct.new( :project_name, :integration_arn, :provider_type, :provider_type_visibility, :last_scanned_commit_id, :scan_configuration, :on_demand_scan) SENSITIVE = [] include Aws::Structure end |