From 9b7d6e8cc125a2cdbe078a39db71f6b2af8c67d4 Mon Sep 17 00:00:00 2001 From: Wladimir Safonov Date: Mon, 14 Apr 2025 11:17:44 +0200 Subject: [PATCH] Update sbom.json publication * changed sbom.json path in the published zip * updated sbom.json schema version to the latest one --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca09f643..43d2bff9 100644 --- a/build.gradle +++ b/build.gradle @@ -318,6 +318,7 @@ task package_mpsqa(type: Zip, dependsOn: [build_allInOne_package, cyclonedxBom]) } from(reportsDir) { include 'sbom.json' + into 'org.mpsqa.allInOne' } } @@ -349,7 +350,6 @@ cyclonedxBom { outputName = "sbom" outputFormat = "json" includeLicenseText = false - schemaVersion = "1.5" includeConfigs = ["plantuml","baseLib","treemap","jacoco"] }