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
We currently support two dependency ecosystems in the kit: Maven and NPM. These cover all the application dependencies, but not the environment the application runs in, e.g. Docker images. To add support for other ecosystems besides Maven and NPM, we need:
have those packages in the SBOM (preferably with CycloneDX plugins, e.g. docker/sbom-cli-plugin);
handle ecosystem dynamically when building requests and parsing responses to/from the OSV API;
update the UI accordingly to be able to show/filter the new ecosystems.
The text was updated successfully, but these errors were encountered:
We currently support two dependency ecosystems in the kit: Maven and NPM. These cover all the application dependencies, but not the environment the application runs in, e.g. Docker images. To add support for other ecosystems besides Maven and NPM, we need:
The text was updated successfully, but these errors were encountered: