You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background Docker component scan is a service responsible for scanning docker images for various components: OS, software, python and R packages, etc. Clair service is a service for scanning docker images for vulnerabilities. Docker image scan can be triggered from API in two ways:
and API call (see ToolController.java)
In both cases sever will perform several checks and get vulnerability data from Clair service and components data from Docker component scan service.
Approach
Docker image scanning should work properly for images from docker registry with provider=GCP. Keep in mind that scanning may take a long time (up to several hours), so we need to ensure that token passed for authorization will be valid or use some other approach for authorization.
The text was updated successfully, but these errors were encountered:
Background
Docker component scan is a service responsible for scanning docker images for various components: OS, software, python and R packages, etc. Clair service is a service for scanning docker images for vulnerabilities. Docker image scan can be triggered from API in two ways:
In both cases sever will perform several checks and get vulnerability data from Clair service and components data from Docker component scan service.
Approach
Docker image scanning should work properly for images from docker registry with
provider=GCP
. Keep in mind that scanning may take a long time (up to several hours), so we need to ensure that token passed for authorization will be valid or use some other approach for authorization.The text was updated successfully, but these errors were encountered: