Aqua Security · Arazzo Workflow
Aqua Security Scan Image On Demand
Version 1.0.0
Authenticate, register a container image for scanning, then poll until the scan completes and read its vulnerability counts.
View Spec
View on GitHub
Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability ScanningArazzoWorkflows
Provider
Workflows
scan-image-on-demand
Register a container image and poll its scan until vulnerabilities are available.
Logs in, registers the supplied image for scanning, then polls the image detail endpoint until scan_status is completed or failed and returns the vulnerability breakdown.
1
authenticate
login
Authenticate the user and obtain a JWT bearer token for the subsequent image-scanning calls.
2
registerImage
registerImage
Register the supplied image so the Aqua platform begins scanning it for vulnerabilities and policy compliance.
3
pollScan
getImage
Read the image detail and branch on scan_status, looping until the scan reaches a terminal completed or failed state.