Aqua Security · Arazzo Workflow
Aqua Security Registry Inventory
Version 1.0.0
Authenticate, list configured registries, then enumerate the images registered under the first connected registry.
View Spec
View on GitHub
Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability ScanningArazzoWorkflows
Provider
Workflows
registry-inventory
List registries and enumerate the images registered under the first one.
Logs in, lists configured registries, captures the first registry name, and lists the images scanned under that registry.
1
authenticate
login
Authenticate the user and obtain a JWT bearer token for the registry and image calls.
2
listRegistries
listRegistries
List all configured container registries and capture the first registry's name and connection status.
3
listImagesForRegistry
listImages
List the images Aqua has registered under the first registry so the caller can see the repositories and tags scanned beneath it.