Vulnerability Scanning
Last updated
Was this helpful?
Last updated
Was this helpful?
can scan your container images stored in Container Registry for vulnerabilities. See for more detail.
Container images are scanned upon push to Container Registry, and then continuously monitored/scanned if the image was pulled in the last 30 days.
Container images are scanned when they are pushed to Container Registry. To force a scan on an existing image, you have to re-push it the image. For example, follow the , and re-push the Hello World container image.
Once the image is scanned, you can see the status of Vulnerability Scanning in Container Registry.
On the right hand side, see the Vulnerabilities column:
Click into View vulnerabilities to see the details:
You can list vulnerabilities for a specific container image. It'll be outputted in the raw YAML format:
Container images are scanned upon push to Container Registry, and then continuously monitored/scanned if the image was pulled in the last 30 days.
See for more information on vulnerability database sources.
See for more information.