Skip to content
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN DE
Let's talk

SBOM Generation — Software Bill of Materials

03. 09. 2024 1 min read intermediate

SBOM is a list of all components in your software. Required for US federal contractors, useful for everyone.

Formats

  • SPDX: Linux Foundation standard
  • CycloneDX: OWASP standard, security-focused

Generation

Syft — universal

syft . -o spdx-json > sbom.spdx.json syft . -o cyclonedx-json > sbom.cdx.json syft myapp:latest -o spdx-json # Docker image

Trivy

trivy fs –format spdx-json -o sbom.json .

npm

npx @cyclonedx/cyclonedx-npm –output-file sbom.json

Using SBOM

  • Vulnerability matching (grype sbom.json)
  • License compliance
  • Incident response — rapid identification of affected systems
  • Regulatory compliance (EU CRA, US EO 14028)

Key Takeaway

Generate SBOM automatically in CI/CD. CycloneDX for security, SPDX for licenses. It will become mandatory.

securitysbomsupply chaincompliance
Share:

CORE SYSTEMS team

We build core systems and AI agents that keep operations running. 15 years of experience with enterprise IT.