Anchore · Arazzo Workflow
Anchore Rescan Active Image and Gate
Version 1.0.0
Find an active analyzed image by tag, force a fresh vulnerability scan, and gate it against policy.
View Spec
View on GitHub
Container SecurityContainersSBOMSoftware Supply ChainVulnerability ScanningArazzoWorkflows
Provider
Workflows
rescan-active-image-and-gate
Locate an active image by tag, refresh its vulnerabilities, and re-evaluate policy.
Lists active images for a tag, branches on whether a match exists, and for the matched digest forces a vulnerability refresh and re-runs the policy evaluation.
1
findActiveImage
listImages
List active images filtered by tag and branch on whether a matching active image exists.
2
refreshVulnerabilities
getImageVulnerabilities
Force a fresh vulnerability evaluation of the matched image against the latest feed data.
3
regate
checkImagePolicy
Re-run the policy gate on the matched image to catch drift introduced by newly disclosed vulnerabilities.