fix(scancode): No ScanCode license texts in disclosure document #18236
static-analysis.yml
on: pull_request
commit-lint
19s
code-base-checks
48s
completions
1m 44s
detekt-issues
5m 44s
markdown-links
3m 5s
markdownlint
14s
qodana-scan
8m 50s
reuse-tool
13s
Annotations
1 error and 3 warnings
commit-lint
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
|
qodana-scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community
|
qodana-scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community
|
qodana-scan
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community
|