-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about official image vulnerabilities and scan cycles #28
Comments
As far as scanning, the Docker Scout vulnerability report on Docker Hub in always up-to-date (click on one of the digests on the tags page to see a report of any vulnerabilities found). You mention Alpine 3.17, but your scan looks like it is for an $ docker run -it --rm nginx:alpine sh
Unable to find image 'nginx:alpine' locally
alpine: Pulling from library/nginx
f56be85fc22e: Already exists
2ce963c369bc: Pull complete
59b9d2200e63: Pull complete
3e1e579c95fe: Pull complete
547a97583f72: Pull complete
1f21f983520d: Pull complete
c23b4f8cf279: Pull complete
Digest: sha256:dd2a9179765849767b10e2adde7e10c4ad6b7e4d4846e6b77ec93f080cd2db27
Status: Downloaded newer image for nginx:alpine
/ # apk info -v | grep curl
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: No such file or directory
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: No such file or directory
libcurl-7.88.1-r1
curl-7.88.1-r1 Side note: |
Thank you for creating the Docker Official Image.
We are scanning for a number of security elements as we consider adopting the Docker Official Image in our organization.
I would like to ask about your scanning policy for Docker Official Images.
For CVE-2023-23914, which was recently categorized as a critical vulnerability, when I scan the alpine:3.17 official image with the Trivy tool, it shows that there is a vulnerability.
However, the image currently listed on Docker shows that it was updated 16 days ago. I would like to know how often the Docker official image is scanned and updated if a vulnerability is found.
Trivy Scan Result on alpine:3.17
Docker Official Image pushed 16 days ago
The text was updated successfully, but these errors were encountered: