Skip to main content
GET
Download an image's bill of materials

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

image
string
required

The image identity: its digest, or repository:tag when the scanner knew no digest.

format
enum<string>
default:cyclonedx

cyclonedx (default) or csv.

Available options:
cyclonedx,
csv

Response

The bill of materials as a download (Content-Disposition: attachment)

A CycloneDX 1.5 document rebuilt from the stored components.