For the complete documentation index, see llms.txt. This page is also available as Markdown.

Repositories and scan configurations

Description
Endpoint

Retrieve a list of repository assets

GET /public_api/appsec/v1/repositories

Retrieve a specific repository asset by ID

GET /public_api/appsec/v1/repositories/{assetId}

Retrieve the scan configuration for a repository

GET /public_api/appsec/v1/repositories/{assetId}/scan-configuration

Update the scan configuration scanners PR scanning excluded paths etc

PUT /public_api/appsec/v1/repositories/{assetId}/scan-configuration

Retrieve configured branches for scanning

GET /public_api/appsec/v1/repositories/{assetId}/branches

Update the primary and selected branches for scanning

PUT /public_api/appsec/v1/repositories/{assetId}/branches

Last updated

Was this helpful?