Replies: 2 comments 7 replies
-
Hello @Bah-bah Can you share your Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
7 replies
-
fixed in #6164 |
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
Hello!
I scan images in two steps. First, I create SBOM by running
Next I scan this SBOM for vulnerabilities with
All works great except for the case when image contains jar with empty
groupId
andartifactId
inpom.properties
like this:In this case rootfs command creates such entry in SBOM:
And the second command fails with
Desired Behavior
Trivy scanning ignores such malformed packages.
Actual Behavior
Trivy fails scan process
Reproduction Steps
Target
None
Scanner
None
Output Format
None
Mode
None
Debug Output
Operating System
macOS
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions