Describe the bug
The .com TLD is repeated with the homepage spdx value.
System configuration
- Which version of ScanCode.io are you running?
35.1.0
- Are you running the app using Docker?
Yes
Fedora
- What inputs are you using?
docker save s3-nfs > "./project/s3-nfs.tar"
- Which pipeline are you running?
None yet.
To Reproduce
Steps to reproduce the behavior:
scanpipe migrate
scanpipe create-project s3-nfs --input-file ./project/s3-nfs.tar --pipeline analyze_docker_image --execute
scanpipe output --project s3-nfs --format spdx --print
Expected behavior
The homepage value should show https://github.com/rclone/rclone rather than https://github.com.com/rclone/rclone as it currently shows.
Describe the bug
The
.comTLD is repeated with thehomepagespdx value.System configuration
To Reproduce
Steps to reproduce the behavior:
scanpipe migratescanpipe create-project s3-nfs --input-file ./project/s3-nfs.tar --pipeline analyze_docker_image --executescanpipe output --project s3-nfs --format spdx --printExpected behavior
The homepage value should show
https://github.com/rclone/rclonerather thanhttps://github.com.com/rclone/rcloneas it currently shows.