Trivy is showing vulnerabilities for the software versions which does not exists in my image #1486
Unanswered
amey-datametica
asked this question in
Q&A
Replies: 1 comment
-
|
Hi Amey |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a docker image using newer versions of following software =
But,
The trivy scan report is still showing the old version.
I tried updating the trivy database but same issue.
Example output from the output.json file =
{
"VulnerabilityID": "CVE-2021-44228",
"PkgName": "org.apache.logging.log4j:log4j-api",
"InstalledVersion": "2.13.3",
"FixedVersion": "2.15.0",
"Layer": {
"DiffID": "sha256:d96e6d94b58a002ed35e011b25fe3b3dea44e2afc0ac59a539ec676a2978851d"
},
I checked full log of my Jenkins build.
I don't have any reference of the old version i.e. log4j-api-2.13.3
Pls suggest how to fix this issue thank you.
Regards,
Amey.
Beta Was this translation helpful? Give feedback.
All reactions