Replies: 1 comment
-
Is it different from this issue? |
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
It appears that Maven dependencies containing whitespace characters are detected in Trivy with the whitespace included as part of the name.
Desired Behavior
I have the following pom.xml:
When I run the following command:
trivy fs --list-all-pkgs --format json .
I expect to see the following dependency in the output:
Actual Behavior
My output contains the desired dependency in the following way:
Reproduction Steps
Target
Filesystem
Scanner
None
Output Format
JSON
Mode
Standalone
Debug Output
Operating System
macOS
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions