Aqua Security · Arazzo Workflow
Aqua Security Onboard Registry Image
Version 1.0.0
Authenticate, confirm the target registry is configured, register an image from it, then poll the scan to completion.
View Spec
View on GitHub
Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability ScanningArazzoWorkflows
Provider
Workflows
onboard-registry-image
Confirm a registry exists, register an image from it, and poll the scan.
Logs in, lists registries and branches on whether the target registry exists, registers the image when present, then polls the scan to completion.
1
authenticate
login
Authenticate the user and obtain a JWT bearer token for the registry and image calls.
2
listRegistries
listRegistries
List configured registries and branch on whether the requested registry is present before attempting to register an image from it.
3
registerImage
registerImage
Register the image from the confirmed registry so the platform begins scanning it.
4
pollScan
getImage
Read the image detail and loop until the scan reaches a terminal completed or failed state, returning the vulnerability counts.