Container Registry API, REST: Scanner methods
A set of methods for scanning Docker images.
Methods
Method | Description |
---|---|
get | Returns the specified ScanResult resource. |
getLast | Returns the last finished ScanResult for the specified Image. |
list | Retrieves the list of ScanResults for specified Image. |
listVulnerabilities | Retrieves the list of vulnerabilities found in particular scan. |
scan | Executes scanning of specified image. |