Pipeline Store Config

Save SPM Pipeline Remote Configs

Securityx-api-key
Request
path Parameters
org
required
string

Harness organization ID

project
required
string

Harness project ID

header Parameters
Harness-Account
required
string

Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped.

Request Body schema: application/json
scan_type
required
string (ComplianceScanType)

Type of scan on the source like Repository scan or Worklfow scan

Enum: "REPOSITORY" "CICD"
connector_id
string
repo
required
string
base_branch
required
string
yaml_path
string
Responses
200

Shared Response

400

Bad Request

500

Internal Server Error

postgateway/ssca-manager/v1/orgs/{org}/projects/{project}/ssca-config/pipeline-store
Request samples
application/json
{
  • "scan_type": "REPOSITORY",
  • "connector_id": "string",
  • "repo": "string",
  • "base_branch": "string",
  • "yaml_path": "string"
}
Response samples
application/json
{
  • "status": 0,
  • "code": "string",
  • "message": "string"
}