This command lets you upload SBOM files to the Datadog intake endpoint.
- CycloneDX 1.4
- CycloneDX 1.5
datadog-ci sbom upload <path/to/sbom.json>
--service
should be set to the name of the service you're uploading SBOM reports from.--env
is a string that represents the environment in which you want your tests to appear.
The following environment variables must be defined:
DD_SITE
: the Datadog siteDD_APP_KEY
: the App key to useDD_API_KEY
: the API key to use
When developing software, you can try with the following command:
yarn launch sbom upload --service <your-service> --env <your-environment> /path/to/sbom.json
Additional helpful documentation, links, and articles: