Open khmarbaise opened 4 months ago
Create a setup for SBOM: https://github.com/CycloneDX/cyclonedx-maven-plugin
<plugins> <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>makeAggregateBom</goal> </goals> </execution> </executions> </plugin> </plugins>
Create a setup for SBOM: https://github.com/CycloneDX/cyclonedx-maven-plugin