Skip to content

digitalservicebund/create-sbom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Create SBOM

This action uses Syft to create a SBOM (Software Bill of Materials). It archive the result as an output of the Github Action run.

How to use

Add this step after building and pushing your container image to GitHub's registry:

- name: Create SBOM
  uses: digitalservicebund/create-sbom@LATEST_HASH
  with:
    image_name: ${{ github.repository }}:${{ github.sha }}

Inputs:

  • image_name: required. Target image for which the SBOM should be created.
  • output_format: optional. Output format of the SBOM. Available formats listed here.

Updating this action

After merging a dependabot PR or pushing changes, you need to cut a new release.