AwsEcr - Amazon Security Hub
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

AwsEcr

以下是AwsEcr资源 Amazon 的安全调查结果格式的示例。

AwsEcrContainerImage

AwsEcrContainerImage 对象提供 Amazon ECR 镜像的信息。

以下示例显示了AwsEcrContainerImage对象 Amazon 的安全调查结果格式 (ASFF)。要查看AwsEcrContainerImage属性的描述,请参阅 Amazon Security Hub API 参考AwsEcrContainerImageDetails中的。

示例

"AwsEcrContainerImage": { "RegistryId": "123456789012", "RepositoryName": "repository-name", "Architecture": "amd64" "ImageDigest": "sha256:a568e5c7a953fbeaa2904ac83401f93e4a076972dc1bae527832f5349cd2fb10", "ImageTags": ["00000000-0000-0000-0000-000000000000"], "ImagePublishedAt": "2019-10-01T20:06:12Z" }

AwsEcrRepository

AwsEcrRepository 对象提供有关 Amazon Elastic Container Registry 存储库的信息。

以下示例显示了AwsEcrRepository对象 Amazon 的安全调查结果格式 (ASFF)。要查看AwsEcrRepository属性的描述,请参阅 Amazon Security Hub API 参考AwsEcrRepositoryDetails中的。

示例

"AwsEcrRepository": { "LifecyclePolicy": { "RegistryId": "123456789012", }, "RepositoryName": "sample-repo", "Arn": "arn:aws:ecr:us-west-2:111122223333:repository/sample-repo", "ImageScanningConfiguration": { "ScanOnPush": true }, "ImageTagMutability": "IMMUTABLE" }