From a60b06a7fab971e9479e5966fb692290f14588fc Mon Sep 17 00:00:00 2001 From: Steve Springett Date: Sun, 7 Aug 2022 11:17:13 -0500 Subject: [PATCH] Added SBOM generation (#122) Added CycloneDX SBOM generation. CycloneDX is a OWASP Bill of Materials standard purpose-built for cybersecurity use cases. It exceeds the minimum requirements necessary to comply with EO 14028. --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/pom.xml b/pom.xml index 0943a60e4..c8ee9b7a1 100644 --- a/pom.xml +++ b/pom.xml @@ -132,6 +132,7 @@ 3.10.1 4.3.0 EpochMillis + 2.7.0 2.22.2 5.1.8 0.8.8 @@ -824,6 +825,33 @@ + + org.cyclonedx + cyclonedx-maven-plugin + ${commons.cyclonedx.version} + + + package + + makeAggregateBom + + + + + library + 1.4 + true + true + true + true + true + false + false + true + all + ${project.artifactId}-${project.version}-bom + + @@ -1060,6 +1088,10 @@ org.codehaus.mojo versions-maven-plugin + + org.cyclonedx + cyclonedx-maven-plugin +