Skip to content

Commit

Permalink
Generate SBOM using CycloneDX Maven plugin (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jun 7, 2022
1 parent eec2082 commit d28d949
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -322,6 +322,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>makeAggregateBom</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit d28d949

Please sign in to comment.