Skip to content

Commit

Permalink
Merge pull request #551 from VinodAnandan/master
Browse files Browse the repository at this point in the history
Generate CycloneDX SBOM
  • Loading branch information
henrikplate committed May 12, 2022
2 parents 46761f8 + b84f297 commit 4162620
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,19 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.6.2</version>
<executions>
<execution>
<phase>package</phase>
<goals><goal>makeAggregateBom</goal></goals>
</execution>
</executions>
</plugin>


</plugins>

Expand Down

0 comments on commit 4162620

Please sign in to comment.