For the complete documentation index, see llms.txt. This page is also available as Markdown.

Generate and Manage Software Bill of Materials (SBOM)

Generate SBOM for Artifacts using Harness SCS

A Software Bill of Materials (SBOM) is an exhaustive list of all components, libraries, and other dependencies utilized in a software application. The SBOM Orchestration step within Harness SCS facilitates the generation of SBOMs for your software artifacts and code repositories.

If you already possess an SBOM and wish to ingest it, go to the Ingest SBOM section.

In the SBOM, dependency names may differ from their original source names, as SBOM tools sometimes list dependencies under a product or bundle name rather than the actual dependency name.

SBOM Orchestration step configuration

You can use SBOM Orchestration step to generate an SBOM in either the Build or Deploy stage of a Harness pipeline.

  • In a Build stage, add the SBOM Orchestration step after the artifact (image) has been pushed to an artifact repository.

  • In a Deploy stage, add the SBOM Orchestration step before the deployment step.

SBOM Orchestration step in deploy stage can only be used in the Containerized Step Groups and ensure you enable the container based execution.

The SBOM Orchestration step allows you to generate the SBOM for both Container images and Repositories.

SBOM generation is not supported for non-container artifacts. For artifact types such as JAR files, Helm charts, or YAML manifests, you must use the SBOM orchestration step in Ingestion mode and provide a pre-generated SBOM file. Go to Ingest SBOM for Non-Container Images to understand SBOM orchestration via ingestion mode.

Follow the steps to configure the fields for each supported type:

  • Name: Enter a name for the step.

  • Step Mode: Select Generation.

  • SBOM Tool: Select Syft or cdxgen. For other SBOM tools, go to Ingest SBOM.

  • SBOM Format: Select SPDX or CycloneDX.

Use Syft

If you are using Syft to generate the SBOM and want to ensure it includes all component licenses with high accuracy, you will need to set specific environment variables based on your project's programming language. Here are the relevant variables:

Set variables for enhanced SBOM
Programming Language
Name of Variable
Value

Go

SYFT_GOLANG_SEARCH_REMOTE_LICENSES

true

Java

SYFT_JAVA_USE_NETWORK

true

JavaScript

SYFT_JAVASCRIPT_SEARCH_REMOTE_LICENSES

true

To add a new environment variable, go to Overview section of your Build stage, and expand the Advanced section.

Click to view full size image

By setting these variables, Syft can more effectively fetch and populate the licensing data for the components in your SBOM. This not only enhances the quality of the SBOM but also improves its overall SBOM score. If your SBOM contains NOASSERTIONS, it indicates that Syft was unable to retrieve necessary data.

Use cdxgen

Generating SBOMs using cdxgen supports CLI flags that customize how the scan runs. These flags are passed directly to cdxgen and control how the repository is scanned, how dependencies are resolved, and how the final SBOM is generated. You can use them to tune performance, scope, and output based on your specific use case.

Why use the flags?
When to use?
How can you leverage it?

Customize SBOM generation across discovery, dependency resolution, and output phases to balance performance, scope, and accuracy.

When default scans are slow, overly broad, or require environment-specific adjustments (for example, large monorepos or restricted networks).

Add CLI flags to control what gets scanned and limit dependency resolution. Use them to adjust output or validation to improve performance and control SBOM coverage and depth.

To apply the cdxgen CLI flags within your scan configurations, complete the following steps:

  • Select cdxgen as the SBOM generation tool. The Additional CLI Flags field will appear as an optional step.

  • In the Additional CLI Flags field, enter the required cdxgen CLI flags to customize SBOM generation. All cdxgen CLI flags are supported in this step. For a complete list of available flags and their detailed descriptions, refer to the official cdxgen documentation.

The following flags can help optimize SBOM generation for common use cases:

Flag
What it does?
When to use?
Trade-off

--no-install-deps

Skips running build tools and uses manifest or lockfile data.

When you need faster scans for large repositories or frequent runs.

May miss dependencies resolved during build time.

--exclude <pattern>

Skips specified directories or files during scanning.

When large or irrelevant directories slow down scans.

Incorrect exclusions can omit valid components.

--type <ecosystem>

Limits scanning to a specific ecosystem.

When focusing on a single language or framework.

Other ecosystems are ignored.

--no-validate

Skips SBOM schema validation.

When faster execution is needed in non-critical runs.

Validation issues may surface later.

  • You can combine multiple CLI flags to optimize SBOM generation.

  • Depending on your repository and the flags used, execution time, SBOM size, and component count can change. Results may differ across setups.

  • Reducing scan scope or skipping dependency resolution can miss vulnerable dependencies, which may leave gaps in your security visibility.

Configure the artifact source

Configure the following fields to identify where your artifact is stored.

  • Registry Type: Select Harness Artifact Registry or Third-Party Artifact Registry, based on where your artifact is stored.

  • Source: Select the Source by choosing either a supported container registry from the list or Repository if you are generating the SBOM for source code.

  • Registry: Select the Harness Registry configured for the Harness Artifact Registry where your artifact is stored.

  • Image: Enter the name of your image with tag or digest, such as imagename:tag or imagename:digest.

  • Container Registry: Select the Docker Registry connector that is configured for the DockerHub container registry where the artifact is stored.

  • Image: Enter the name of your image using either a tag or a digest. For example: my-docker-org/repo-name:tag or my-docker-org/repo-name@sha256:<digest>

Unlike other artifact sources, JFrog Artifactory requires additional permissions for attestation. The connector’s user or token must have Read, Annotate, Create/Deploy, and Delete permissions.

  • Container Registry: Select the Docker Registry connector that is configured for the Elastic container registry where the artifact is stored.

  • Image: Enter the name of your image with tag or digest for the image for which you are generating an SBOM, such as my-docker-repo/my-artifact:latest or my-docker-repo/my-artifact@sha256:<digest>.

  • Region: The geographical location of your ECR repository.

  • Account ID: The unique identifier associated with your AWS account.

  • Container Registry: Select the Docker Registry connector that is configured for the Google artifact registry where the artifact is stored.

  • Image: Enter the name of your image with tag or digest for which you are generating the SBOM, example repository-name/image:tag or repository-name/image@sha256:<digest>.

  • Host: Enter your GAR Host name. The Host name is regional-based. For example, us-east1-docker.pkg.dev.

  • Project ID: Enter the unique identifier of your Google Cloud Project. The Project-ID is a distinctive string that identifies your project across Google Cloud services. example: my-gcp-project

  • Container Registry: Select the Docker Registry connector that is configured for the Azure container registry where the artifact is stored.

  • Image: Enter your image details with a tag or digest in the format <registry-login-server>/<repository>:<tag> or <registry-login-server>/<repository>@sha256:<digest>. The <registry-login-server> is a fully qualified name of your Azure Container Registry. It typically follows the format <registry-name>.azurecr.io, where <registry-name> is the name you have given to your container registry instance in Azure. Example input: automate.azurecr.io/acr:test

  • Subscription Id: Enter the unique identifier that is associated with your Azure subscription.

With this configuration, the step generates the SBOM and stores it in the Artifact section of SCS. Optionally, you can attest to the generated SBOM, follow the instructions in the section below.

The SBOM generation step supports all registry types, including JFrog, Harbor, and Kubernetes registries. Select the Docker Registry Connector that is configured for the Docker Registry where the artifact is stored.

Enter the name of your image with tag, such as:

JFrog: </your-repo/test-image>:tag

Harbor: </your-project/test-image>:tag

Attest the generated SBOM

SBOM signing is the process of cryptographically signing a generated SBOM to ensure its authenticity and integrity. It ensures that the SBOM has not been tampered with and can be trusted by downstream systems for analysis and compliance. Go to attestation and verification to understand the signing and verification process.

You can perform attestation using Cosign with the following signing methods:

  • Keyless - Uses short-lived, automatically generated keys based on identity to sign generated SBOMs without storing private keys.

  • Key-based - Uses a user-managed private and public key pair to sign generated SBOMs, requiring secure key storage and handling.

  • Secret Manager - A secure service used to store, manage, and access sensitive data such as cryptographic keys without exposing them directly in pipelines.

Based on the attestation type you select, click the tab below and specify the configurations for the SBOM Orchestration step to perform the attestation.

Keyless signing using Cosign lets you sign generated SBOMs without managing long-lived signing keys. Instead, Cosign uses your workload identity (via OIDC) to obtain a short-lived signing certificate during pipeline execution, which is then used to sign the SBOM. The signing key is generated and used only in memory and is not persisted. This reduces the risk of key compromise while ensuring the SBOM remains verifiable and trusted. The signed attestation is pushed to the container registry and associated with the image digest, typically referenced using the digest with a .att extension.

To configure SBOM attestation for generated SBOMs with Keyless signing using cosign, complete the following steps:

  1. Click the checkbox beside Attest SBOM to enable SBOM attestation. The radio button beside Keyless will be selected by default.

  2. Select your preferred OIDC Provider from the dropdown under OIDC Provider. The available options are:

This attestation method is not supported for SMP at the moment.

Harness OIDC

Harness OIDC allows you to use the pipeline’s built-in identity for keyless signing of generated SBOMs. In this approach, Harness acts as the OIDC provider and automatically supplies the identity required during pipeline execution, eliminating the need for external identity configuration.

Non-Harness OIDC

Non-Harness OIDC allows you to use an external identity provider for keyless signing of generated SBOMs. In this approach, the OIDC token is retrieved from a configured connector (such as AWS, Azure, or GCP) during pipeline execution and used to obtain a signing certificate. This option is useful when you want to integrate with your organization’s existing identity and access management system instead of using Harness as the OIDC provider.

To use a Non-Harness OIDC provider, you need to configure the Connector for Keyless Signing. To configure the Connector:

  1. Navigate to the Configuration page under the Manage section from the sidebar navigation of your SCS account. The General tab opens by default.

  2. Click Select Connector next to Connector for Keyless Signing to open the Create or Select an Existing Connector dialog.

  3. Select your required connector from the list of existing connectors. You can search for your created connector or filter connectors by Project, Organization, and Account.

  4. Alternatively, click + New Connector to create a new OIDC connector for your preferred cloud provider. For more information, see Connectors for Cloud Providers.

  5. Click Apply Selected. Once selected, you can view the Configuration Saved Successfully toaster message at the top, indicating that the connector has been selected or created successfully.

Once the connector configuration is done successfully, you can perform attestation using keyless signing with a Non-Harness OIDC provider.

To perform attestation with Cosign selected, you need a key pair. Follow the instructions below to generate the key pair.

Generate key pairs using Cosign for SBOM attestation

To perform the attestation process, you need to input the private key and password. Use Cosign to generate the keys in the ecdsa-p256 format. Here’s how to generate them:

  1. Run the command cosign generate-key-pair to generate the key pairs.

  2. Make sure to note the password used for generating the key pairs. This password is needed along with the private key for performing the attestation.

  3. This command will generate a private key as a .key file and a public key as a .pub file. To securely store these files, use Harness file secret.

In this mode, you can pass your Cosign keys using a Secret Manager. Currently, SCS supports only the HashiCorp Vault secret manager. You can connect your Vault with Harness using the Harness HashiCorp Vault connector. Here are the key points to consider when connecting your Vault:

  1. Enable the Transit Secrets Engine on your HashiCorp Vault. This is essential for key management and cryptographic operations.

  2. Configure your HashiCorp Vault connector using the following authentication methods AppRole, Token , JWT Auth or Vault Agent.

  3. Create a Cosign key pair of type ecdsa-p256,rsa-2048, or rsa-4096 in the Transit Secrets Engine. You can do this in two ways:

    • CLI: Run the command:

    • Vault UI: Create the key pair directly from the Vault interface.

  4. Ensure the Vault token generated has the required policy applied for Cosign to perform attestation operations.

Harness Vault Connector now supports fetching keys from Vault subfolder paths. This feature is behind the FF SSCA_COSIGN_USING_VAULT_V2. To enable it contact Harness Support, and also ensure to upgrade your Harness delegate version to 25.10.87000 or higher.

Configure the following fields in the step to perform the attestation

  • Connector: Select the HashiCorp Vault connector.

  • Key: Enter the path to the Transit Secrets Engine in your HashiCorp Vault where the keys are stored.

Harness Vault Connector is supported only for Kubernetes and VM infrastructure. Ensure your Harness delegate is on version 25.10.87000 or higher.

Configure SBOM drift

This feature allows you to track changes in SBOMs by comparing against the last generated SBOM. It provides a detailed analysis of addition or removal of components and licenses, helping you manage and oversee software artifacts more effectively. However, this is optional and not required for SBOM generation. If you prefer not to detect changes in SBOMs, leave this option unchecked.

When SBOM and SLSA attestation steps run in parallel, only one attestation layer may be uploaded to the container registry due to a race condition in Cosign.

Recommended approach:

  • Run the SBOM and SLSA attestation steps sequential rather than in parallel way to avoid SLSA verification or SBOM policy enforcement failures.

  • Place the SLSA generation step just after the Docker Build and Push step.

Run the pipeline

When the pipeline runs, the SBOM Orchestration step performs the following actions:

  • Generates an SBOM in the chosen format for both Containers and Repositories.

  • Specifically for Containers:

    • Generates and signs an attestation using the provided private key and password.

    • Stores the SBOM in Harness and uploads the .att file to your container registry.

SBOMs for both Containers and Code Repositories are accessible in the Artifacts view. Additionally, you can locate the SBOM for any artifact on the Supply Chain tab within the Execution Details page in Harness.

Example pipeline for SBOM generation

These examples demonstrate how you could set up Build and Deploy stages to generate SBOM.

This example Build stage has three steps:

  • Run step: Build and test an artifact (image).

  • Build and Push an image to Docker Registry step: Build and push the image to a Docker registry.

  • SBOM Orchestration step: Generate the SBOM.

Click to view full size image

SBOM Orchestration in deploy stage can only be used in the Containerized Step Groups.

This example Deploy stage has two steps:

  • SBOM Orchestration step: Generate the SBOM.

  • Rolling deployment step: Deploy the image.

Click to view full size image

View vulnerabilities in the SBOM

After you run the SBOM orchestration step followed by the STO Snyk scan, the SBOM tab on the Artifacts page displays vulnerabilities for the components identified by Snyk. This helps you effectively identify and prioritize open source risks

Publish SBOM

After you run the SBOM Orchestration step, you can download or publish SBOM through multiple ways depending on your workflow:

  • Use the Download SBOM button available on the Artifacts page.

  • Download the SBOM score for an artifact via Harness API

  • Access the SBOM file directly from the pipeline output, generated under the default /harness working directory and is available at /harness/harness/sbom/{sbom_<sbom_orchestration_step_execution_id>}.json.

Next steps

After generating an SBOM, you can apply SBOM Policy Enforcement to achieve open source governance.

Last updated

Was this helpful?