1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/data/reusables/dependency-graph/sbom-intro.md
mc 891fbaec49 [2023-03-28]: Dependency graph produces SBOMs (#35427)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Courtney Claessens <courtneycl@github.com>
2023-03-28 17:51:09 +00:00

587 B

An SBOM is a formal, machine-readable inventory of a project's dependencies and associated information (such as {%ifversion ghes %}versions and package identifiers{%else %}versions, package identifiers, and licenses{% endif %}). SBOMs help reduced supply chain risks by:

  • providing transparency about the dependencies used by your repository
  • allowing vulnerabilities to be identified early in the process
  • providing insights in the license compliance, security, or quality issues that may exist in your codebase
  • enabling you to better comply with various data protection standards