CodeRepository object in ASFF
The CodeRepository
object provides information about an external code
repository that you connected to Amazon resources and configured Amazon Inspector to scan for
vulnerabilities.
The following example shows the Amazon Security Finding Format (ASFF) syntax for the CodeRepository
object. To view descriptions of CodeRepository
attributes, see CodeRepositoryDetails in the Amazon Security Hub API Reference. For
background information about ASFF, see Amazon Security Finding Format (ASFF).
Example
"CodeRepository": { "ProviderType": "GITLAB_SELF_MANAGED", "ProjectName": "projectName", "CodeSecurityIntegrationArn": "arn:aws:inspector2:us-east-1:123456789012:codesecurity-integration/00000000-0000-0000-0000-000000000000" }