SBOM

Download SBOM for an artifact

Download SBOM for an artifact

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
required
object (ArtifactSpec)
Responses
200

Response Body for Artifact Sbom

post/gateway/ssca-manager/v1/orgs/{org}/projects/{project}/sbom-download
Request samples
application/json
{
  • "spec": {
    }
}
Response samples
application/json
{
  • "sbom": "string"
}

Download SBOM score for an artifact

Download SBOM score for an artifact

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
required
object (ArtifactSpec)
Responses
200

Example response

post/gateway/ssca-manager/v1/orgs/{org}/projects/{project}/sbom-score
Request samples
application/json
{
  • "spec": {
    }
}
Response samples
application/json
{
  • "orchestration_id": "string",
  • "account_id": "string",
  • "org_id": "string",
  • "project_id": "string",
  • "avg_score": "string",
  • "max_score": "string",
  • "creation_on": "string",
  • "sbom_details": {
    },
  • "score_card_info": {
    },
  • "category": [
    ]
}