aboutcode-org / aboutcode-org/scancode.io

`run` command does not support all scancode.io outputs

未关闭
#1,980 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Python
星标
215
派生
203
平均合并
4 天 8 小时
30 天内合并 PR
6

描述

### Discussed in https://github.com/aboutcode-org/scancode.io/discussions/1979

Originally posted by **FabianRolfMatthiasNoll** December 4, 2025
I was trying to use ORT also for our container image scanning when someone pointed out i could use scancode directly and then import
that into ORT. But im not getting really smart from the documentation. I want to use the docker container that is provided from scancode because that makes it easier for me.

```
docker run --rm
--user root
-v "$PWD":/codedrop
-v "/etc/ssl/certs/ca-certificates.crt":/etc/ssl/certs/ca-certificates.crt
/enterprise-docker-dev/aboutcode-org/scancode.io:latest
run analyse_docker_image docker: --project test --format ort-package-list
```

But if i do that its not detected as a valid option:
run run: error: argument --format: invalid choice: 'ort-package-list' (choose from json, spdx, cyclonedx, attribution).

What am i doing wrong.

See https://github.com/aboutcode-org/scancode.io/blob/main/scanpipe/management/commands/run.py#L62 here we do not support all scancode.io output formats (like ort-package-list).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。