Skip to content

Commit 5cfcecf

Browse files
authored
Add SBOM (#43)
1 parent 5c80c85 commit 5cfcecf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,19 @@
138138
</execution>
139139
</executions>
140140
</plugin>
141+
<plugin>
142+
<groupId>org.cyclonedx</groupId>
143+
<artifactId>cyclonedx-maven-plugin</artifactId>
144+
<version>2.8.0</version>
145+
<executions>
146+
<execution>
147+
<phase>package</phase>
148+
<goals>
149+
<goal>makeAggregateBom</goal>
150+
</goals>
151+
</execution>
152+
</executions>
153+
</plugin>
141154
</plugins>
142155
</build>
143156

0 commit comments

Comments
 (0)