Aqua Security · Arazzo Workflow
Aqua Security Image Vulnerability Lookup
Version 1.0.0
Authenticate, list registered images filtered by registry and repository, then fetch full vulnerability detail for the first match.
View Spec
View on GitHub
Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability ScanningArazzoWorkflows
Provider
Workflows
image-vulnerability-lookup
Find an image in the inventory and read its full vulnerability detail.
Logs in, lists images scoped to a registry and repository, then reads the detail record for the requested tag and returns its vulnerability counts.
1
authenticate
login
Authenticate the user and obtain a JWT bearer token for the inventory and detail calls.
2
listImages
listImages
List registered images filtered by registry and repository to confirm the target image exists in the inventory.
3
getImageDetail
getImage
Read the full image detail record, returning scan status, digest, and the per-severity vulnerability counts.