Images
Get the content of an image by type malware
get/images/{imageDigest}/content/malware
Path parameters
imageDigeststring required
Headers
x-anchore-accountstring
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Content of specified type from the image
Example response
{
"content_type": "content_type",
"content": [
{
"metadata": "{}",
"findings": [
{
"path": "path",
"signature": "signature"
},
{
"path": "path",
"signature": "signature"
}
],
"scanner": "scanner",
"enabled": true
},
{
"metadata": "{}",
"findings": [
{
"path": "path",
"signature": "signature"
},
{
"path": "path",
"signature": "signature"
}
],
"scanner": "scanner",
"enabled": true
}
],
"imageDigest": "imageDigest"
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 75 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲