The sbom import command allows you to import SBOMs to Endor Labs to track your third party risk.
Usage
To import an SBOM to Endor Labs use the following command:
endorctl sbom import --sbom-file-path=/path/to/your/sbom.json
endorctl sbom import --format=spdx --sbom-file-path=/path/to/your/sbom.json
Options
| Flag | Environment Variable | Type | Description |
|---|---|---|---|
format |
ENDOR_SBOM_FORMAT |
string | Set the SBOM format (cyclonedx, or SPDX) (default cyclonedx) |
sbom-file-path |
ENDOR_SBOM_FILE_PATH |
string | Set the file path to the SBOM to import. |