Skip to content

Commit

Permalink
Add SBOM to the release process (#1111)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd authored Nov 24, 2023
1 parent ad09bee commit 3cc5c99
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 @@ -713,6 +713,23 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>${cyclonedx-maven-plugin-version}</version>
<inherited>false</inherited>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeAggregateBom</goal>
</goals>
</execution>
</executions>
<configuration>
<outputName>camel-k-runtime-${project.version}</outputName>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 3cc5c99

Please sign in to comment.