Anchore · Arazzo Workflow
Anchore Analyze Image End to End
Version 1.0.0
Submit a container image for analysis, poll until analyzed, then pull its vulnerabilities and policy evaluation.
View Spec
View on GitHub
Container SecurityContainersSBOMSoftware Supply ChainVulnerability ScanningArazzoWorkflows
Provider
Workflows
analyze-image-end-to-end
Add an image, wait for analysis, then read vulnerabilities and policy result.
Queues an image for analysis, waits for the analysisStatus to settle, and on success retrieves the vulnerability report and policy evaluation for the resulting image digest.
1
submitImage
addImage
Submit the image tag for analysis. Anchore queues the analysis and returns the image record(s) with an initial analysisStatus.
2
pollAnalysis
getImage
Poll the image record until the analysisStatus leaves the in-progress states. Branch to the vulnerability read on success or end on failure.
3
getVulnerabilities
getImageVulnerabilities
Retrieve the vulnerability report for the analyzed image digest, forcing a fresh evaluation against the latest feed data.
4
evaluatePolicy
checkImagePolicy
Evaluate the analyzed image against the policy bundle to obtain the final gate action (stop, warn, or go).