Provide SBOM creation and deployment for maven and the mostly used plugins #1
hendrikebbers
started this conversation in
Ideas for Milestones
Replies: 2 comments 2 replies
-
There's already the cyclone DX maven plugin which creates an SBOM. However, it cannot be part of the default Maven lifecycle mapping, as it is a 3rd party plugin |
Beta Was this translation helpful? Give feedback.
2 replies
-
Next to the discussed topics the CyclonDX SBOM plugin for maven need to add the versions of all used Maven Plugins to the SBOM. Otherwise the build tooling is not fully specified in the SBOM |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using SBOMs will be a de-facto security standard in the future. While such topics are often missed in OSS development by individual contributors we should use resources to define best practices workflows on how Maven and Maven plugins should create and publish SBOMs and implement that for the most critical plugins.
Beta Was this translation helpful? Give feedback.
All reactions