fix(scancode): No ScanCode license texts in disclosure document #18236
Annotations
1 error
Check Commit Messages
You have commit messages with errors
⧗ input: fix(scancode): No ScanCode license texts in disclosure document
If ORT is executed within a Docker container, the report generator for the
OSS disclosure document may not be able to look up the license texts
collected by ScanCode, leading to empty sections in the disclosure document.
In environments where Python version management tools like Pyenv are used,
directory structures differ, leading to different paths for data directories,
causing the reporter to fail looking up the ScanCode license texts.
Update the heuristic algorithm to locate the ScanCode license texts directory
based on the path of the ScanCode binary: Ensure compatibility with directory
layouts managed by Python version management tools.
Fixes #8147.
Signed-off-by: Wolfgang Klenk <[email protected]>
✖ body's lines must not be longer than 75 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Loading