Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.06 KB

File metadata and controls

23 lines (14 loc) · 1.06 KB

SBOM Generation for Python

Python

Target

The requirements.txt is intentionally minimal - it only lists direct dependencies (Django and its immediate deps). This tests each SBOM tool's ability to resolve transitive dependencies.

A quality SBOM generator should discover all indirect dependencies, not just what's explicitly listed in the lockfile.

Tools

Tools from the sbomify resource list:

  • Trivy
  • Syft
  • sbomify github-action
  • sbom4python
  • cyclonedx-python

The full process is automated and you can see the exact commands we run in python.yml.

If you look at the Python CI/CD run, you can see the quality score of the SBOMs (from sbomqs) as well as download the actual SBOMs as artifacts.