Running pipelines with docker url inputs, e.g. docker://ubuntu:24.04, raises a ValidationError exception at https://github.com/aboutcode-org/scancode.io/blob/main/scanpipe/models.py#L2017
Digging deeper, we need to add docker to the schemes to check for in https://github.com/aboutcode-org/scancode.io/blob/main/scanpipe/pipes/fetch.py#L418
Running pipelines with docker url inputs, e.g.
docker://ubuntu:24.04, raises a ValidationError exception at https://github.com/aboutcode-org/scancode.io/blob/main/scanpipe/models.py#L2017Digging deeper, we need to add docker to the schemes to check for in https://github.com/aboutcode-org/scancode.io/blob/main/scanpipe/pipes/fetch.py#L418