How can we avoid having a CVE multiple times ? #8085
TheTricky65
started this conversation in
Ideas
Replies: 1 comment
-
Hello @TheTricky65 Trivy doesn't have options to aggregate multiple vulnerabilities with same CVE. I have some thought about your case:
|
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
I am trying to use Trivy into our pipelines and one one issue we face is that we have a built-in security gate that prevents the pipeline to continue if the scan result has let's say more than 5 medium for example.
But in some cases we have 4 times the same CVE ID and another one , so the result of the 2 unique CVEs should pass the gate whereas here it doesn't.
What would be the best way to tackle this issue according to you ?
Target
Container Image
Scanner
Vulnerability
Beta Was this translation helpful? Give feedback.
All reactions