Set up Insights: image scanning
How to set up image scanning for Snyk Insights
PreviousSet up Insights: Kubernetes connectorNextSet up Insights: associating Snyk Open Source, Code, and Container Projects
Last updated
Was this helpful?
How to set up image scanning for Snyk Insights
To determine the risk factors and prioritize your Code, Open Source, and Container issues, you must scan your container images using Snyk Container.
The container image is at the center of the application model that powers Snyk Enterprise. A container image includes your source code and dependencies, and it is deployed to your running environment, enabling Snyk to use the container image to bridge the development and deployment states. Snyk will identify any deployed container images using the Kubernetes Connector and compare the deployed container images to the list of scanned images you have scanned using Snyk Container.
Snyk recommends that you scan each image using at least one of the Snyk Container integrations.
To ensure the image names match, specify the full name of the image as referenced in your Kubernetes deployment.
Example:
snyk container monitor gcr.io/my-company/my-image:latest
For details, see Snyk CLI for container security.
The names will match if you are importing images to Snyk from the same container registry that you are referencing in your Kubernetes deployments.
For details, see Snyk Container - Integrations.
The names of the container images will match because the deployed image is scanned by Snyk and created as a Project.
To ensure you have set up your Kubernetes Connector properly, navigate to the Set up Insights tab on the Issues page and check the Image coverage section to view the data Insights has access to.
For details, see Kubernetes integration.
Last updated
Was this helpful?
Was this helpful?

