Aqua Security · Arazzo Workflow
Aqua Security Running Container Inventory
Version 1.0.0
Authenticate, list running containers monitored by the enforcer, then read the image detail behind the first running container.
View Spec
View on GitHub
Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability ScanningArazzoWorkflows
Provider
Workflows
running-container-inventory
List running containers and read the image vulnerability detail for the first one.
Logs in, lists running containers with their host and applied policy, then reads the image detail behind the first container for its vulnerability posture.
1
authenticate
login
Authenticate the user and obtain a JWT bearer token for the container and image calls.
2
listRunningContainers
listContainers
List running containers monitored by the enforcer, capturing the host and applied policy for the first running container.
3
getImageBehindContainer
getImage
Read the image detail behind the first running container to surface its scan status and vulnerability counts.