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

'Identify All As' fails on a folder with 'No components were detected' #413

Closed ksummerlin closed 1 year ago

ksummerlin commented 2 years ago

We have several components in node_modules that are not identified. The SCANOSS tool marks them as "No components were detected" even though there are components below and a license file is in the folder for the component.

I was able to manually add the component using the "Identify Component" dialog. But when I attempt to use Identify All As on the folder, and select the newly added component definition, nothing happens. The tool simply ignores my attempt to identify the component.

The screenshot below shows the component I added manually '@actin/dls'.

Screen Shot 2022-05-02 at 11 31 07 AM
Roy-Paz commented 2 years ago

Hello Kelly, thank you for contacting us!

We have created a feature request to provide the action you have requested. I.e. “Identify all files as…” on folders without matches. SCANOSS will shortly add support for package dependency scanning. This data will be extracted from package files (i.e. package.json) and presented in the Audit Workbench UI for confirmation. If you need any further info, please contact us at support@scanoss.com

Thank you! Best Regards, Roy Paz scanoss.com

francostramana commented 1 year ago

Added in version 1.5.0. Thank you very much for your contribution.