Start a public container scan
Scanning
Start a public container scan
Initiates a container image vulnerability scan for a public Docker image.
POST
Start a public container scan
Documentation Index
Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the project to scan
Example:
"550e8400-e29b-41d4-a716-446655440000"
Body
application/json
The public Docker image to scan (e.g., "alpine:latest", "node:18-alpine")
Example:
"node:18-alpine"
Branch name for tracking purposes
Example:
"main"
Types of vulnerabilities to look for.
Example:
["CRITICAL", "HIGH"]Source type of the scan (manual, cli, github, gitlab). Defaults to manual if not provided.
Available options:
manual, cli, github, gitlab, jetbrains, vscode Example:
"manual"
Response
Container scan initiated successfully