curl --request GET \
--url https://us.cybedefend.com/project/{projectId}/results/container/images \
--header 'Authorization: Bearer <token>'{
"images": [
{
"id": "<string>",
"projectId": "<string>",
"artifactName": "<string>",
"osFamily": "<string>",
"osName": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}Retrieves all scanned container images associated with a project
curl --request GET \
--url https://us.cybedefend.com/project/{projectId}/results/container/images \
--header 'Authorization: Bearer <token>'{
"images": [
{
"id": "<string>",
"projectId": "<string>",
"artifactName": "<string>",
"osFamily": "<string>",
"osName": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project identifier
Container images retrieved successfully