Vulnerability insights through SBOM #1590
-
Hi,
Any other suggestions/recommendations are also welcome, I'm still searching for the best approach. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, SBOM is created based on the generic image content1 so it should not have the build tools listed inside (e.g: you can't find I don't have enough knowledge on this topic to know if SBOM is the right source for vulnerability detection but looking at the file content and its integration with tools like There are two alternatives ways to get included packages versions:
Footnotes |
Beta Was this translation helpful? Give feedback.
Hello, SBOM is created based on the generic image content1 so it should not have the build tools listed inside (e.g: you can't find
go
orrust
inside the SBOM file).I don't have enough knowledge on this topic to know if SBOM is the right source for vulnerability detection but looking at the file content and its integration with tools like
trivy
it seems to be the best source for doing this.There are two alternatives ways to get included packages versions: