Run a Datadog Software Composition Analysis (SCA) job in your GitHub Actions workflows. The action invokes Datadog’s recommended SBOM tool, Datadog SBOM Generator, on your codebase and uploads the results to Datadog.
Datadog Software Composition Analysis CI jobs are only supported on push event triggers. Other event triggers (for example, pull_request) are not supported and can cause issues with the product.
Inputs
You can set the following parameters for Software Composition Analysis.
Name
Description
Required
Default
dd_api_key
Your Datadog API key. This key is created by your Datadog organization and should be stored as a secret.
Yes
dd_app_key
Your Datadog application key. This key is created by your Datadog organization, should include the code_analysis_read scope, and should be stored as a secret.