You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ Easy Jenkins integration ✅ Full controll of SBOM content ✅ Maven tooling for SBOM generation ✅ Proper separating of concerns ✅ Prepare future about using eclipse-dash/dash-licenses#191 (comment)
❌ No maven Integration for vulnerability check ❌ No yarn tooling for SBOM generation yarnpkg/berry#6063
Currently we are using dependabot to check if we depends of libraries affected by known vulnerabilities.
But there is some limitation, like not being able to check vulnerabilities on different branches.
(See https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3949 for more details )
So this issue aims to centralize research of using better open source alternative.
Without talking about tooling itself there is 3 approach :
dash-licences
. (See : Support for using an SBOM as input eclipse-dash/dash-licenses#191 (comment))Result :
❌ Only check
compile
scope dependency forpom.xml
aquasecurity/trivy#5874#1569
+
trivy
✅ Full controll of SBOM content
✅ Maven tooling for SBOM generation
✅ Proper separating of concerns
✅ Prepare future about using eclipse-dash/dash-licenses#191 (comment)
❌ No yarn tooling for SBOM generation yarnpkg/berry#6063
The text was updated successfully, but these errors were encountered: