Skip to content

Commit

Permalink
sbom (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-el-khoury committed Sep 20, 2024
1 parent e92695f commit 1f2e784
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,23 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.9</version>
<configuration>
<schemaVersion>1.4</schemaVersion>
<projectType>library</projectType>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeAggregateBom</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 1f2e784

Please sign in to comment.