Skip to content

Commit

Permalink
add SBOM generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed May 25, 2024
1 parent 00b0e77 commit 7e70851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
</finalName>

<plugins>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 7e70851

Please sign in to comment.