A Software Bill of Materials (SBOM) lists the packages and components in an image. SBOMs help you understand provenance, license obligations, and exposure to vulnerabilities.Documentation Index
Fetch the complete documentation index at: https://docs.ramalama.com/llms.txt
Use this file to discover all available pages before exploring further.
Why SBOMs matter
- Transparency for security audits and compliance
- Faster triage when new CVEs are disclosed
- Confidence in reproducible builds
Generate or fetch an SBOM
Use common tools to produce or download SBOMs:cosign:
Best practices
- Store SBOMs alongside release artifacts for traceability
- Pair SBOMs with periodic vulnerability scans (e.g., Trivy/Grype)
- Pin image tags (e.g.,
:1.2) and record the digest for immutability

