Replies: 2 comments 4 replies
-
@genos1998 thanks for the report.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
this discussion is closed, because #4302 was created. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Initially I scanned an open source image for vulnerabilities using the below cmd:
trivy image argoproj/argocd --format=cyclonedx -o argo-trivy-issue-imageScan.json --scanners vuln --timeout 60m
And then I performed another vulnerability scan using the sbom which was generated using the above cmd
trivy sbom argo-trivy-issue-imageScan.json --format=cyclonedx -o argo-trivy-issue-sbomScan.json --scanners vuln
After thorough analysis I found out that there was a difference of 3 vulnerabilities between them:
"CVE-2022-21235", "GHSA-xg2h-wx96-xgxr", "CVE-2021-4238"
Shouldn't the vulnerabilities be same if there was no change made to the sbom or the image
Beta Was this translation helpful? Give feedback.
All reactions