Skip to content

Commit 2e20fbc

Browse files
nnobelissschuberth
authored andcommitted
fix(reporter): Change default FossID report type
With version 24.2 of FossID, the full HTML report type is removed in favor of the Excel report type. Since the latter was already present in previous versions of FossID, it can safely be chosen for the default report type, preserving backward compatibility with previous FossID versions. Signed-off-by: Nicolas Nobelis <[email protected]>
1 parent 6660649 commit 2e20fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/reporters/fossid/src/main/kotlin/FossIdReporter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ data class FossIdReporterConfig(
6262
/**
6363
* The type of report to generate. Allowed values are "HTML_DYNAMIC", "HTML_STATIC", "SPDX_RDF", and "XLSX".
6464
*/
65-
@OrtPluginOption(defaultValue = "HTML_DYNAMIC")
65+
@OrtPluginOption(defaultValue = "XLSX")
6666
val reportType: String,
6767

6868
/**

0 commit comments

Comments
 (0)