Passer au contenu principal
Version : 11.x

pnpm sbom

Added in: v11.0.0

Generate a Software Bill of Materials (SBOM) for the project.

Supported formats:

  • CycloneDX 1.7 (JSON)
  • SPDX 2.3 (JSON)

Utilisation

pnpm sbom --format cyclonedx
pnpm sbom --format spdx

Options

--format <format>

The SBOM format to generate. Supported values: cyclonedx, spdx.