Skip to content

Commit

Permalink
Add cyclonedx plugin for sbom creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Nov 25, 2024
1 parent 6eb5936 commit 5909c18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pass-core-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,17 @@
<mainClass>org.eclipse.pass.main.Main</mainClass>
<classifier>exec</classifier>
<attach>false</attach>
<includeTools>false</includeTools>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>

</plugins>
</build>
</project>

0 comments on commit 5909c18

Please sign in to comment.