Scaleway
Start Scaleway Container Scan
Start a container vulnerability scan for an image in Scaleway Container Registry
POST
Path Parameters
The UUID of the project
Authorization
Requiresstart_scan permission on the project. The container_scanning feature must be enabled for your plan.
Request Body
The UUID of the stored Scaleway credential to use for authentication
Full image name with tag (e.g.,
my-api:v1.2.0 or my-api:latest)Git branch name for tracking purposes
Whether the scan is private. Default:
falseFilter results by severity levels (e.g.,
["CRITICAL", "HIGH"]). If omitted, all severities are returned.Response
Whether the scan was started successfully
The scan runs asynchronously. Use the Get Scan by ID endpoint to check scan progress and retrieve results once completed.
Before scanning, CybeDefend validates that the specified image exists in the namespace associated with the credential. If the image is not found, the request will fail with a
404 Not Found error.