Skip to main content
The sbom export command allows you to export an SBOM for a specified package from Endor Labs.

Usage

Run the following command to export an SBOM for a specified package version named go://github.com/Dreamacro/clash@main in Endor Labs.
endorctl sbom export --package-version-name=go://github.com/Dreamacro/clash@main
Run the following command to export an SBOM for a specified package version given its UUID with the UUID of 653c625cd44ec559e19349dc to a file called sbom.json
endorctl sbom export --package-version-uuid=653c625cd44ec559e19349dc >> sbom.json

Options