upload-software-version-sbom
Description
Upload an SBOM (Software Bill of Materials) in JSON, XML, or YAML format.
Example Software Version SBOM upload:
$ memfault --org-token $ORG_TOKEN \
--org acme-inc --project smart-sink \
upload-software-version-sbom \
--software-type stm32-fw \
--software-version 1.0.0-alpha \
build/sbom.json
Reference: https://mflt.io/sboms
Arguments
Argument | Type | Required |
path | Path | True |
Options
Option | Short | Required | Default | Description |
--software-type | None | True | None | None |
--software-version | None | True | None | None |
--help | None | False | False | Show this message and exit. |