fcli icon indicating copy to clipboard operation
fcli copied to clipboard

FoD: Allow Open Source Components to be retrieved and exported

Open kadraman opened this issue 3 years ago • 1 comments

Add a command to allow open source components (and their license/vulnerabilities) to be retrieved for a specific application release, e.g.:

fcli fod oss list MyApp:MyRel --scan-type [Sonatype|Debricked]

Note: currently the FoD API does not provide functionality to filter components by release.

kadraman avatar Jan 31 '23 15:01 kadraman

There is already an fod oss lss command for listing open source scans, it might be better to create this command under "app" and "release", e.g. fod release list-components [or lsc].

API does not currently allow vulnerabilities to be retrieved for the components.

kadraman avatar May 16 '25 12:05 kadraman