From 86478c044594f840612d1ffae723bd89e9c19909 Mon Sep 17 00:00:00 2001 From: Steve Springett Date: Sat, 2 Jul 2022 22:03:05 -0500 Subject: [PATCH] Added SBOM generation 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 c39bdd9d5..48b98c86d 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,7 @@ 3.10.1 4.3.0 EpochMillis + 2.7.0 2.22.2 5.1.6 3.0.5 @@ -815,6 +816,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 + + @@ -1051,6 +1079,10 @@ org.codehaus.mojo versions-maven-plugin + + org.cyclonedx + cyclonedx-maven-plugin +