Initiates a container image vulnerability scan. Supports various container registries including DockerHub, Harbor, GitLab, GitHub, ECR, GCR, ACR, Quay, and JFrog.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the project to scan
"550e8400-e29b-41d4-a716-446655440000"
The Docker image to scan (e.g., "alpine:latest")
"node:18-alpine"
Branch name for tracking purposes
"main"
Whether the scan is private.
Types of vulnerabilities to look for.
["CRITICAL", "HIGH"]Registry authentication for private registries. If not provided, public registry is assumed.
Source type of the scan (manual, cli, github, gitlab). Defaults to manual if not provided.
manual, cli, github, gitlab, jetbrains, vscode "manual"
Container scan initiated successfully