Skip to content

Commit

Permalink
feat(cyclonedx)!: Change default format to JSON
Browse files Browse the repository at this point in the history
Change default format as JSON is more popular than XML
in the CycloneDX community see e.g. cdxgen [1].

[1]: https://github.com/CycloneDX/cdxgen

Signed-off-by: Thomas Steenbergen <[email protected]>
  • Loading branch information
tsteenbe authored and fviernau committed Dec 13, 2024
1 parent d2ba8e4 commit 4872713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ data class CycloneDxReporterConfig(
* A comma-separated list of (case-insensitive) output formats to export to. Supported are XML and JSON.
*/
@OrtPluginOption(
defaultValue = "XML",
defaultValue = "JSON",
aliases = ["output.file.formats"]
)
val outputFileFormats: List<String>
Expand Down

0 comments on commit 4872713

Please sign in to comment.