Generate a Software Bill of Materials for a container image in both CycloneDX JSON and SPDX JSON formats using Syft

domain: github.com/anchore/syft · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Install Syft using the official install script or a package manager, then verify the version with syft version
  2. Generate a CycloneDX JSON SBOM: syft scan <IMAGE>:<TAG> -o cyclonedx-json=sbom-cdx.json; Syft pulls image layers, catalogs all detected packages, and writes the CycloneDX document to sbom-cdx.json
  3. Generate an SPDX JSON SBOM in the same command invocation by adding a second -o flag: syft scan <IMAGE>:<TAG> -o cyclonedx-json=sbom-cdx.json -o spdx-json=sbom-spdx.json
  4. To scan a local directory or filesystem instead of a remote image, replace the image reference with dir:<PATH> or file:<PATH> as the source argument
  5. Review the output for package count and detected ecosystems using cat sbom-cdx.json | jq '.components | length' to confirm the catalog is non-empty before attaching the SBOM to a release

Known gotchas

Related routes

Generate a CycloneDX or SPDX SBOM from a container image using Syft
github.com/anchore/syft · 6 steps · unrated
Generate a CycloneDX and SPDX SBOM from a container image using Syft, then diff two SBOMs from successive builds to detect component drift
security/compliance · 5 steps · unrated
Convert an existing SBOM file between CycloneDX, SPDX, and Syft JSON formats using syft convert
oss.anchore.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans