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 HubAPI 参考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对象提供有关亚马逊弹性容器注册存储库的信息。

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

示例

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