Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Create Conan SBOM action

Github Action for creating incomplete CycloneDX SBOMs for dependencies defined by Conan 2

This action is intended to be used for CPR internal purposes. Use by anyone else is at your own risk, consider this repository not stable.

Use it as follows:

- name: Create incomplete SBOM
  uses: CommonplaceRobotics/Action_Create_Conan_SBOM@v1
  with:
    lockfile: conan_linux.lock
    sbom: sbom_temp1.cdx.json

With the following parameters:

  • lockfile: Conan 2 lockfile to read
  • sbom: name of the SBOM file to create

This creates a CycloneDX v1.6 SBOM that should be completed using further tools.

About

Github Action for creating SBOMs for dependencies defined by Conan 2

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors