aboutcode-org / aboutcode-org/scancode.io

resolve_dependencies fails when multiple manifest files are present in a project

未關閉
#1,957 3 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
215
分支
203
平均合併
4 天 8 小時
30 天內合併 PR
6

描述

When running the resolve_dependencies pipeline on a project that contains multiple manifest files, the pipeline fails.

In our case, the project includes several requirements.txt files located in different subfolders.

The error seems to happen in the step that collects manifest inputs, probably in the get_manifest_inputs function, which appears to expect a single manifest file, not a list of files.
As a result, instead of resolving dependencies for all manifests found in the codebase, the pipeline stops with an exception.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。