Skip to main content
GET
/
project
/
{projectId}
/
integrations
/
github
/
container-registry
/
images
List Docker images from GitHub Container Registry
curl --request GET \
  --url https://us.cybedefend.com/project/{projectId}/integrations/github/container-registry/images \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string<uuid>
required

CybeDefend project ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Query Parameters

credentialId
string
required

GitHub Container Registry credential ID to use for authentication

Example:

"550e8400-e29b-41d4-a716-446655440000"

pageSize
number

Number of results per page

page
number

Page number

Response

List of images from ghcr.io