Container vulnerability analysis #1898
andreasmihm
started this conversation in
General
Replies: 1 comment 1 reply
-
PS: An even better way would be to add the used images into dependencyTrack just with their package url/CPE/SWID. Dependency Track has a component classifier 'Container'. How would I add/create a container component? |
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
-
Hi,
when I want to monitor the vulns for a image like traefik, I would create a sbom from it with
docker sbom --format cyclonedx-json traefik > traefik-sbom.json
Then I would import that into dependencyTrack. I see 24 vulnerabiliuties
If I use
docker scan traefik
to check the vulnerabilities for this image with docker tooling it gives me:
What is the reason for this totally different result?
Beta Was this translation helpful? Give feedback.
All reactions