Upload Scan
Uploading 3rd Party Scan
Upload Scan
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.
POST
Upload Scan
Authorizations
API key for authentication
Query Parameters
The ID of the run associated with the scan report
The engine used for the scan
Available options:
checkmarx, codeql, fortify, semgrep, snyk The name of the project
Base64-encoded JSON string containing repository information (branch_name, integration_url, etc.)
Body
text/plain
The scan report content as UTF-8 text (typically SARIF or JSON format)
The body is of type string.
Response
Scan report uploaded successfully
Example:
"ok"
