-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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
- the results have to be reviewed manually (a license from within a component doesn´t have to apply for the component fully)
- this requires maybe a temporary / review table before saving results into the DB
Describe alternatives you've considered
N/A
Additional context
N/A