The Anchore API provides programmatic access to Anchore's container security and compliance platform. It allows users to integrate security scanning into their CI/CD pipelines, manage container images, and access detailed reports on vulnerabilities, configuration issues, and best practices. The API supports operations such as image analysis, policy checks, vulnerability assessments, and the retrieval of detailed security reports. It enables automation of container security tasks, making it easier for teams to monitor and enforce security and compliance across their containerized applications.
Anchore Engine API Server
The Anchore Engine API enables container image scanning for security, compliance, and vulnerability detection.
[
{
"analysis_status": "not_analyzed",
"annotations": {},
"created_at": "2019-08-24T14:15:22Z",
"imageDigest": "string",
"image_content": {},
"image_detail": [
{
"created_at": "2019-08-24T14:15:22Z",
"dockerfile": "string",
"fulldigest": "string",
"fulltag": "string",
"imageDigest": "string",
"imageId": "string",
"last_updated": "2019-08-24T14:15:22Z",
"registry": "string",
"repo": "string",
"userId": "string"
}
],
"image_status": "active",
"last_updated": "2019-08-24T14:15:22Z",
"record_version": "string",
"userId": "string"
}
]
Response example. If you want to see more check the documentation.