Anchore · Arazzo Workflow
Anchore Registry Image Onboarding
Version 1.0.0
Confirm a registry is configured, then submit an image from it for analysis and confirm the queue.
View Spec
View on GitHub
Container SecurityContainersSBOMSoftware Supply ChainVulnerability ScanningArazzoWorkflows
Provider
Workflows
registry-image-onboarding
Validate that a registry is configured, then queue an image from it for analysis.
Lists configured registries, branches on whether the expected registry host is present, and on presence submits the image tag for analysis and confirms the queued record.
1
listConfiguredRegistries
listRegistries
List the registries Anchore is configured to pull from. Branch to the image submission only when at least one registry is configured.
2
submitImage
addImage
Submit the image tag from the configured registry for analysis. Anchore queues the analysis and returns the image record with its digest.
3
confirmQueued
getImage
Read back the queued image record to confirm Anchore accepted the image and is tracking its analysis status.