Replies: 1 comment
-
Thanks. Created #6092 for tracking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Trivy has the ability to detect whether a package is Indirect, for various languages like Node.js (lock files), PHP etc..
There are conditions where trivy can't give this info for supported languages. For example
and so on...
Would it make sense to change Indirect field to be an ENUM and show the same in JSON report
e.g.
Indirect: "not_detected"
orIndirect: "composer.json not found"
Currently we get only have an debug log
DEBUG Unable to determine the direct dependencies: manifest/composer.json not found
Target
SBOM
Scanner
Vulnerability
Beta Was this translation helpful? Give feedback.
All reactions