Aqua Security · Example Payload

Aqua Security Api Image Example

Cloud NativeContainersKubernetesRuntime ProtectionSecurityVulnerability Scanning

Aqua Security Api Image Example is an example object payload from Aqua Security, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

registrynametagdigestscan_statusvulnerabilitiesdisallowed

Example Payload

Raw ↑
{
  "registry": "docker-hub",
  "name": "nginx",
  "tag": "latest",
  "digest": "sha256:a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
  "scan_status": "completed",
  "vulnerabilities": "example",
  "disallowed": false
}