I got debricked working with C++ (conan)

  • 13 January 2023
  • 2 replies
  • 617 views

Userlevel 3
Badge +1

Debricked supports SBOM scanning of CycloneDX sboms. I really wanted to scan my Conan project, so I created a GitHub Action that generates an SBOM and scans it with the Debricked tool.

Here is the action: https://github.com/emil-debricked/examples/blob/master/.github/workflows/debricked.yml 


It uses the official CycloneDX Conan generator from the CycloneDX project :) 
https://github.com/CycloneDX/cyclonedx-conan 

Hope you like it! 


2 replies

Userlevel 1
Badge +2

That is really nice. I will give it a try, thanks for sharing.

Userlevel 1
Badge

super cool,thanks for sharing!

Reply