Skip to content

Commit 293fad6

Browse files
committed
build: migrate to CycloneDX version 3.0.0
deactivate xml output format
1 parent 36e071c commit 293fad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,8 @@ tasks.named('githubRelease').configure {
570570
cyclonedxDirectBom {
571571
// destination directory and format
572572
jsonOutput = file("build/reports/sbom.json")
573+
// Generate only JSON format
574+
xmlOutput.unsetConvention()
573575
// Don't include license texts in generated SBOMs
574576
includeLicenseText = false
575577
// Include runtime only deps (bundled libs, language libs, mps)

0 commit comments

Comments
 (0)