Sebastian Schuberth
Sebastian Schuberth
> and also to the package configuration doc, if it is also supported there As a side note, package configurations do not support version ranges [just yet](https://github.com/oss-review-toolkit/ort/issues/9918).
> The project is setup in a monorepo that consists of a root `package.json` and additional `package.json` files of sub-components. Monorepo layouts with workspaces in conjunction with NPM are currently...
[Here](https://github.com/oss-review-toolkit/ort/blob/main/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts) is another example use in case it helps.
> However, this PR should address the failure you are facing: https://github.com/GoogleContainerTools/jib/pull/4268 and will be included in the next release. So has this been fixed with release 3.4.4, and can...
> jib-maven-plugin 3.4.4 and jib-gradle-plugin 3.4.4 have been released (https://github.com/GoogleContainerTools/jib/releases) to address #4265 and #4265. The second issue should have probably said https://github.com/GoogleContainerTools/jib/issues/4283 (this issue), anyway thanks for confirming the...
@jglick any chance to have a look?
Some questions: - Is your GitLab CI running on Linux or on Windows? - Can you list more log context so we see the package being scanned? - Can you...
I've created https://github.com/oss-review-toolkit/ort/pull/8989 to help with debugging this issue. Can you run again with that PR merged?
@schvvarzekatze I don't see any of the new debug logging in there. Note that you explicitly have to run ORT with `--debug` to enable these.
The `--debug` needs to replace the `--info` you have at the beginning: run-ort --info scan ...