fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
27 stars 16 forks source link

Add support to `fcli fod` for direct import of Debricked SBOM #560

Open kadraman opened 6 days ago

kadraman commented 6 days ago

Enhancement Request

Although, we can currently import Debricked SBOMs via fcli fod oss import command this requires scripted generation of Debricked API commands for the export, e.g. using Debricked API: /api/1.0/open/sbom/generate-cyclonedx-sbom. It would be better to implement single command to do this, options include:

The later would be used in combination with fcli fod oss import command.