Skip to content

Generate SBOM

Actions
Generate an SBOM via the REST API
v1
Latest
Verified creator
Star (17)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

test status

Generate SBOM Action

This action uses the REST API call to generate the SBOM for the repo (on the default branch). You can then use the fileName output to upload the file as an artifact.

Usage

You can use the workflow as follows:

gen-sbom:
  runs-on: ubuntu-latest
  steps:
  - uses: actions/checkout@v4
  - uses: advanced-security/generate-sbom-action@v1
    id: gensbom
  - uses: actions/upload-artifact@v4
    with:
      name: sbom
      path: ${{ steps.gensbom.outputs.fileName }}

Generate SBOM is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Generate an SBOM via the REST API
v1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Generate SBOM is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.