File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -567,13 +567,9 @@ tasks.named('githubRelease').configure {
567567 dependsOn packageDistroWithDependencies
568568}
569569
570- cyclonedxBom {
571- // SBOM destination directory
572- destination = reportsDir
573- // The file name for the generated SBOMs (before the file format suffix)
574- outputName = " sbom"
575- // The file format generated, can be xml, json or all for generating both
576- outputFormat = " json"
570+ cyclonedxDirectBom {
571+ // destination directory and format: can be xml, json or all for generating both
572+ jsonOutput = file(" build/reports/sbom.json" )
577573 // Don't include license texts in generated SBOMs
578574 includeLicenseText = false
579575 // Include runtime only deps (bundled libs, language libs, mps)
You can’t perform that action at this time.
0 commit comments