scanoss / sbom-workbench

The SCANOSS SBOM Workbench graphical user interface to scan and audit your source code.
https://scanoss.com/
Other
47 stars 9 forks source link

Feat/SP-931 Add CycloneDX export #759

Closed isasmendiagus closed 4 months ago

isasmendiagus commented 4 months ago
isasmendiagus commented 4 months ago

I tried to export the CycloneDX from the detected and identified section but the UI is throwing the following error. I made the following steps before test the branch:

* npm  install --legacy-peer-deps

* npm run

image

image

There was a silly bug. The license declared when you start a new project it's optional, that caused the crash

isasmendiagus commented 4 months ago

I tried to export the CycloneDX from the detected and identified section but the UI is throwing the following error. I made the following steps before test the branch:

* npm  install --legacy-peer-deps

* npm run

image

image

Fixed in last commit, please check it again @agustingroh