Upload a completed scan report from CLI tools. This endpoint receives pre-generated scan results from Semgrep, Snyk, Checkmarx, CodeQL, and Fortify and integrates them into the system.
API key for authentication
The ID of the run associated with the scan report
The engine used for the scan
checkmarx, codeql, fortify, semgrep, snyk The name of the project
Base64-encoded JSON string containing repository information (branch_name, integration_url, etc.)
The scan report content as UTF-8 text (typically SARIF or JSON format)
The body is of type string.
Scan report uploaded successfully
"ok"