Describe the bug
Looking for ORT configuration in the following file:
/builds/oss/oss-review-toolkit/ort-gitlab-ci/config.yml
Looking for analyzer-specific configuration in the following files and directories:
/builds/oss/oss-review-toolkit/ort-gitlab-ci/project/.ort.yml (does not exist)
/builds/oss/oss-review-toolkit/ort-gitlab-ci/ort-configuration/resolutions.yml
The following 25 package manager(s) are enabled:
Bazel, Bower, Bundler, Cargo, Carthage, CocoaPods, Composer, Conan, GoMod, Gradle, Maven, NPM, NuGet, PIP, Pipenv, PNPM, Poetry, Pub, SBT, SpdxDocumentFile, Stack, SwiftPM, Unmanaged, Yarn, Yarn2
Exception in thread "main" java.lang.IllegalStateException: Option path is required but not set.
at org.ossreviewtoolkit.plugins.packagecurationproviders.file.FilePackageCurationProviderFactory.create(FilePackageCurationProviderFactory.kt:14)
at org.ossreviewtoolkit.plugins.packagecurationproviders.file.FilePackageCurationProviderFactory.create(FilePackageCurationProviderFactory.kt:9)
at org.ossreviewtoolkit.plugins.packagecurationproviders.api.PackageCurationProviderFactory$Companion.create(PackageCurationProviderFactory.kt:51)
at org.ossreviewtoolkit.plugins.commands.analyzer.AnalyzerCommand.run(AnalyzerCommand.kt:167)
at com.github.ajalt.clikt.core.CoreCliktCommandKt.parse(CoreCliktCommand.kt:107)
at com.github.ajalt.clikt.core.CoreCliktCommandKt.main(CoreCliktCommand.kt:78)
at com.github.ajalt.clikt.core.CoreCliktCommandKt.main(CoreCliktCommand.kt:90)
at org.ossreviewtoolkit.cli.OrtMainKt.main(OrtMain.kt:87)
- ORT version: [e.g. 37.0.0]
- Java version: [e.g. 21]
- OS: [e.g. Linux]
The error appeared after building latest ORT version, I am not sure how to proceed with this
Describe the bug
The error appeared after building latest ORT version, I am not sure how to proceed with this