Images
Submit a new image for analysis by the engine
Creates a new analysis task that is executed asynchronously
post/images
Query parameters
forceboolean
Override any existing entry in the system
autosubscribeboolean
Instruct engine to automatically begin watching the added tag for updates from registry
Headers
x-anchore-accountstring
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Request body
Example request
{
"source": {
"import": {
"tags": [
"docker.io/library/nginx:latest"
]
}
}
}Response
Successfully added image to analysis queue