List images vulnerable to the specific vulnerability ID.
Returns a listing of images and their respective packages vulnerable to the given vulnerability ID
Query parameters
The ID of the vulnerability to search for within all images stored in anchore-engine (e.g. CVE-1999-0001)
Filter results to images within the given vulnerability namespace (e.g. debian:8, ubuntu:14.04)
Filter results to images with vulnable packages with the given package name (e.g. libssl)
Filter results to vulnerable package/vulnerability with the given severity
Filter results to include only vulnerabilities that are not marked as invalid by upstream OS vendor data
The page of results to fetch. Pages start at 1
Limit the number of records for the requested page. If omitted or set to 0, return all results in a single page
Headers
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Image lookup success
Example response
{
"images": [
{
"image": {
"tag_history": [
{
"registry": "registry",
"detected_at": "2000-01-23T04:56:07.000+00:00",
"pullstring": "pullstring",
"tag": "tag",
"repository": "repository"
}
]
}
}
]
}Changes
Changed in 3 of the 5 revisions of this API.16
- ▲
the
allOf[PaginatedVulnerableImageList_allOf]/response's property type/format changed from/toobject/for status200response-property-type-changed
- ○
api tag
Queryaddedapi-tag-added
- ○
api tag
Vulnerabilitiesremovedapi-tag-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added
PaginatedVulnerableImageList_allOfto the response bodyallOflist for the response status200response-body-all-of-added
- ○
removed
subschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○
- ○
api tag
Vulnerabilitiesaddedapi-tag-added
- ○
api tag
Queryremovedapi-tag-removed
This revision also has 75 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○