Anchore · Arazzo Workflow
Anchore Image SBOM and Vulnerability Pull
Version 1.0.0
Confirm an image is analyzed, then export its CycloneDX SBOM and its vulnerability report for downstream compliance use.
View Spec
View on GitHub
Container SecurityContainersSBOMSoftware Supply ChainVulnerability ScanningArazzoWorkflows
Provider
Workflows
image-sbom-and-vulns
Verify analysis, then export the SBOM and vulnerability report for an image.
Confirms the image is analyzed and, when ready, retrieves the CycloneDX SBOM and the vulnerability report for the supplied image digest.
1
confirmAnalyzed
getImage
Read the image record and branch on analysisStatus. Continue to the SBOM export only when the image has finished analysis.
2
exportSbom
getImageSbom
Retrieve the CycloneDX Software Bill of Materials for the analyzed image.
3
pullVulnerabilities
getImageVulnerabilities
Retrieve the vulnerability report so it can be filed alongside the SBOM as compliance evidence.