Overview

Import and manage Software Bill of Materials (SBOM) files.

Commands

CommandDescription
regscale sbom import_fileImport an SPDX or CycloneDX JSON file as an SBOM record in RegScale.

regscale sbom import_file

Import an SPDX or CycloneDX JSON file as an SBOM record in RegScale.

regscale sbom import_file [OPTIONS]
FlagTypeRequiredDefaultDescription
--file-pathpathYesPath to SBOM JSON file (SPDX or CycloneDX)
--parent-idintegerYesRegScale parent record ID
--parent-moduletextYesParent module (e.g., assets, components, securityPlans)
--formatchoiceNoautoSBOM format (default: auto-detect from file content) Choices: spdx, cyclonedx, auto

Did this page help you?