SBOM PluginChecks if SBOM exists

Checks if SBOM exists

KSOC SBOM plugin checks if SBOM should be calculated or this image digest is already known.

curl -X GET "https://api.prd.rad.security/sboms/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY"
{
  "decision": "example_string",
  "sbom": {
    "created_at": "example_string",
    "deleted_at": "example_string",
    "digest": "example_string",
    "name": "John Doe",
    "s3_bucket": "example_string",
    "s3_key": "example_string",
    "s3_status": "example_string",
    "updated_at": "example_string"
  }
}
GET
/sboms/{digest}
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: Authorization)
Authorizationstring
Required

API key (sent in header)

path
digeststring
Required

Image digest to check

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

digeststring
Required

Image digest to check

Responses

decisionstring
sbomobject