Amazon ECR · Arazzo Workflow
Amazon ECR Registry Audit
Version 1.0.0
Page through every repository in a registry following the DescribeRepositories token loop.
View Spec
View on GitHub
Amazon Web ServicesContainer ImagesContainer RegistryContainersDockerECROCIArazzoWorkflows
Provider
Workflows
registry-audit
Enumerate every repository in a registry by walking the pagination loop.
Describes the first page of repositories and then loops on the nextToken pagination cursor until all repositories in the registry have been read.
1
describeFirstPage
describeRepositories
Describe the first page of repositories in the registry.
2
describeNextPage
describeRepositories
Request the next page of repositories using the pagination token from the previous response, looping until no token remains.