cve.output
Title: cve.output
| Type | object |
| Additional properties |
Description: Vulnerability scan results from Grype.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + analyzer | No | const | No | - | - |
| + repository | No | string | No | - | - |
| + tag | No | string | No | - | - |
| + scanner_version | No | string | No | - | Version of the grype CLI used. |
| + vulnerability_count | No | integer | No | - | - |
| + critical_count | No | integer | No | - | - |
| + high_count | No | integer | No | - | - |
| + medium_count | No | integer | No | - | - |
| + low_count | No | integer | No | - | - |
| + negligible_count | No | integer | No | - | - |
| + unknown_count | No | integer | No | - | - |
| + fixed_count | No | integer | No | - | - |
| + targets | No | array of object | No | - | - |
1.
Property analyzer
| Type | const |
Specific value: "cve"
2.
Property repository
| Type | string |
3.
Property tag
| Type | string |
4.
Property scanner_version
| Type | string |
Description: Version of the grype CLI used.
5.
Property vulnerability_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
6.
Property critical_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
7.
Property high_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
8.
Property medium_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
9.
Property low_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
10.
Property negligible_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
11.
Property unknown_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
12.
Property fixed_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
13.
Property targets
| Type | array of object |
| Array restrictions | |
|---|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|---|
| targets items | - |
13.1. targets items
| Type | object |
| Additional properties |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + Target | No | string | No | - | Artifact type (apk, deb, python, …). |
| + Vulnerabilities | No | array of object or null | No | - | - |
13.1.1. Property Target
| Type | string |
Description: Artifact type (apk, deb, python, …).
13.1.2. Property Vulnerabilities
| Type | array of object or null |
| Array restrictions | |
|---|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|---|
| Vulnerabilities items | - |
13.1.2.1. Vulnerabilities items
| Type | object |
| Additional properties |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + VulnerabilityID | No | string | No | - | - |
| + PkgName | No | string | No | - | - |
| + InstalledVersion | No | string | No | - | - |
| - FixedVersion | No | string | No | - | - |
| + Severity | No | string | No | - | - |
| - Title | No | string | No | - | - |
| - Description | No | string | No | - | - |
13.1.2.1.1. Property VulnerabilityID
| Type | string |
13.1.2.1.2. Property PkgName
| Type | string |
13.1.2.1.3. Property InstalledVersion
| Type | string |
13.1.2.1.4. Property FixedVersion
| Type | string |
13.1.2.1.5. Property Severity
| Type | string |
13.1.2.1.6. Property Title
| Type | string |
13.1.2.1.7. Property Description
| Type | string |
Generated using json-schema-for-humans on 2026-06-08 at 18:23:57 +0000