Skip to main content

Start a free static-analysis scan with no project

POST 

/api/v1/assessments/sast-scan

Scan a repository without creating a project for it first.

The project-bound twin lives at POST /projects/{id}/sast-scan and is paced by that project's cooldown claim. This one has no project to key a claim on, so the org's monthly quota paces it instead.

Every check runs before any state mutation, and none of them touches the ledger: a free scan spends nothing on either path.

Request

Responses

Successful Response