Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Conan SBOM action

Tests

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
	workdir: mydir

With the following parameters:

  • lockfile: Conan 2 lockfile to read
  • sbom: name of the SBOM file to create
  • workdir: optional working directory

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

Languages