scancode.io icon indicating copy to clipboard operation
scancode.io copied to clipboard

Failed to scan single package using git input

Open pombredanne opened this issue 5 months ago • 1 comments

Using https://github.com/projectcalico/calico.git input I get this:

Run log

2024-09-04 09:54:08.47 Pipeline [scan_single_package] starting
2024-09-04 09:54:08.47 Step [download_missing_inputs] starting
2024-09-04 09:54:08.47 Fetching input from https://github.com/projectcalico/calico.git
2024-09-04 09:54:10.85 Step [download_missing_inputs] completed in 2 seconds
2024-09-04 09:54:10.86 Step [get_package_input] starting
2024-09-04 09:54:11.14 Pipeline failed

Task output

Only 1 input file supported

Traceback:
  File "/opt/scancodeio/scanpipe/pipelines/__init__.py", line 226, in execute
    step(self)
  File "/opt/scancodeio/scanpipe/pipelines/scan_single_package.py", line 76, in get_package_input
    raise Exception("Only 1 input file supported")


pombredanne avatar Sep 04 '24 10:09 pombredanne