generate_sbom
Create a Software Bill of Materials (SBOM) for project dependencies in CycloneDX or SPDX formats to document software components and their relationships.
Instructions
Generate a Software Bill of Materials (SBOM) for the project. Supports CycloneDX and SPDX formats.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project directory. Defaults to current working directory. | |
| format | No | Output format (cyclonedx, spdx). Defaults to cyclonedx. |