-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
analyzerAbout the analyzer toolAbout the analyzer tool
Description
Trying to analyze a Go project like this https://github.com/parvez3019/go-swagger3 ort crashes with this message
[DefaultDispatcher-worker-1] ERROR org.ossreviewtoolkit.analyzer.PackageManager - Resolving GoMod dependencies for path 'go.mod' failed with: MissingKotlinParameterException: Instantiation of [simple type, class org.ossreviewtoolkit.analyzer.managers.ModuleInfoFile] value failed for JSON property Origin due to missing (therefore NULL) value for creator parameter origin which is a non-nullable type
at [Source: (File); line: 1, column: 50] (through reference chain: org.ossreviewtoolkit.analyzer.managers.ModuleInfoFile["Origin"])
The Analyzer used by ort was GoMod and the command used for testing was
./cli/build/install/ort/bin/ort analyze -i ~/go-swagger3/ -o ~/ort_results/
(built from sources)
Metadata
Metadata
Assignees
Labels
analyzerAbout the analyzer toolAbout the analyzer tool