Aqua Security · Arazzo Workflow
Aqua Security Rescan And Cleanup
Version 1.0.0
Authenticate, re-register an image to trigger a fresh scan, poll until it completes, then delete the image when its scan failed.
View Spec
View on GitHub
Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability ScanningArazzoWorkflows
Provider
Workflows
rescan-and-cleanup
Re-register an image, poll its scan, and delete it if the scan failed.
Logs in, re-registers the image to trigger a fresh scan, polls until the scan finishes, then deletes the image when the scan failed or returns its vulnerabilities when it completed.
1
authenticate
login
Authenticate the user and obtain a JWT bearer token for the scan and cleanup calls.
2
reRegisterImage
registerImage
Re-register the image to trigger a fresh vulnerability scan on the platform.
3
pollScan
getImage
Read the image detail and loop until the scan reaches a terminal completed or failed state.
4
deleteImage
deleteImage
The scan failed; remove the image from the Aqua platform to clean up the inventory.