-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for ingestion of SPDX SBOM documents as input #395
Comments
Could be closely related to anchore/syft#400 and may have architectural changes/concerns. (we should try and tackle SBOM ingestion for syft and grype together) |
Implementation idea (RFC): In addition to ingesting SPDX in general, we've mentioned the notion of piping SPDX into Grype (or Syft, per #395 (comment)). This could get tricky if we accept multiple formats (e.g. Syft + SPDX) and have to try to detect what we're receiving in the byte stream (not impossible, though). Many tools have a convention of using E.g.: |
This will be unblocked once anchore/syft#556 is closed |
This same comment applies #481 (comment) |
An associated Syft PR can be found here: anchore/syft#738 |
Today we allow for the syft JSON document as an SBOM input. It would be ideal to additionally interop with tools that produce SPDX documents and allow that as input into grype for vulnerability scanning.
The text was updated successfully, but these errors were encountered: