Vulnerabilities & ImagesChecks 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.rad.security/sboms/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "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.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

path
digeststring
Required

Image digest to check

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

digeststring
Required

Image digest to check

Responses

decisionstring
sbomobject