Replies: 1 comment 3 replies
-
Our plan is to integrate with the existing SBOM ecosystem: #763, so you could use existing tools to generate a SBOM for your project, and this SBOM could then be matched against a (feed/tool) provided by us. That seems like a better approach that lets us work across multiple ecosystems without building tooling for each of them. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having the EOL for products is cool, but it would be useful to enforce/check for EOL in regular builds.
For that I'd like to propose that there is a endoflife-maven plugin that checks e.g. the toolchains of a maven build for old versions. If you like the idea, I can contribute an initial plugin checking the
java
parts.Of course this could be a separate project but I first like to ask if there is interest in having some kind of official plugin for this.
Beta Was this translation helpful? Give feedback.
All reactions