Replies: 2 comments 5 replies
-
|
related: chainguard-dev/apko#1046 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello @tuananh Can you send me an example of your SBOM file for investigation? Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
i'm using
--sbom-sourcesflag to scan sbom generated by apko however, trivy cannot detect what OS is that and therefore cannot detect any CVE.Grype, however, can detect it.
We can either fix it in apko (generating an additional OS package) or we can fix it in trivy. Wdyt?
Desired Behavior
trivy should be able to detect the OS and show the known CVE.
Actual Behavior
trivy failed to detect OS and CVE.
Reproduction Steps
Target
None
Scanner
None
Output Format
None
Mode
None
Debug Output
2024-02-21T06:39:41.781Z INFO Vulnerability scanning is enabled 2024-02-21T06:39:41.782Z INFO Detected SBOM format: spdx-json 2024-02-21T06:39:41.787Z INFO Detected OS: none 2024-02-21T06:39:41.787Z WARN unsupported os : none 2024-02-21T06:39:41.787Z INFO Number of language-specific files: 0Checklist
trivy image --resetBeta Was this translation helpful? Give feedback.
All reactions