Skip to content

Commit

Permalink
MINOR: Add SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhyun committed Jan 3, 2024
1 parent 996dbe4 commit e570d2e
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 @@ -281,6 +281,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.6</version>
<executions>
<execution>
<goals>
<goal>makeBom</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit e570d2e

Please sign in to comment.