Regnology / lucy

Lucy is a component analysis platform to minimize the risk of license infringements and to support and optimize the license compliance process.
MIT License
6 stars 1 forks source link

Show Fossology results in Lucy #11

Open savu-a opened 1 year ago

savu-a commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the results of the Fossology scan can only be viewed directly in Fossology.

Describe the solution you'd like It would therefore be helpful if we could also see the results directly in Lucy. In addition, it should be possible to transfer these results to the library license field.

With the following API request, it is possible to get the result of an upload:

{{curl -X 'GET' }} {{ 'http://localhost/repo/api/v1/uploads/{ID}/licenses?agent=nomos,monk,ninka,ojo,reportImport,reso,scancode&containers=true' }} -H 'accept: application/json'

After the upload, a background task is running and we will know when the scan is done (Progress bar).

Considerations

Describe alternatives you've considered N/A

Additional context N/A