Draft: Replace scan-copyrights by FOSSology
To improve license scan process we switch from scan-copyrights
tool to
FOSSology
server.
The fossology.py
adds an ApertisFossolgy
class which is able to:
- request upload of source code from Git server to FOSSology server,
- retrieve references of previous scan for this source code,
- request scan of the source code,
- download analysis report.
This class is used in ci-licence-scan
in place of scan-copyrights
to
generate the debian/apertis/copyright.new
file.
Signed-off-by: Frédéric Danis frederic.danis@collabora.com
Edited by Frederic Danis