latestOpenAPI 3.1.02026-08-223391355.6 KB

aa8d44585147

security-governance

Trigger security scan

Plan: Business or higher

Starts a security scan for the project's latest commit and returns a scan_id.

post/v1/projects/{project_id}/security-scans

Path parameters

project_idstring required

Project ID

Project ID

Response

OK

messagestring

Human-readable status message

scan_idstring required

Scan invocation ID. Poll GET /v1/projects/{project_id}/security-scans/{scan_id} for status (running | completed | failed) and findings.

statusstring required

One of: started, running, completed. More values may be added; clients must tolerate unknown values.