Title: hadolint.output
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + analyzer | No | const | No | - | Unique identifier for the Hadolint analyzer. |
| + repository | No | string | No | - | The image repository that was analyzed. |
| + tag | No | string | No | - | The image tag that was analyzed. |
| - error | No | string | No | - | Any error encountered during execution. |
| + passed | No | boolean | No | - | True if no issues were found, False otherwise. |
| + issues_count | No | integer | No | - | Total number of issues found. |
| + issues_by_level | No | object | No | - | Count of issues grouped by severity level. |
| + issues | No | array of object | No | - | List of issues found by Hadolint. |
1.
Property analyzer
Description: Unique identifier for the Hadolint analyzer.
Specific value: "hadolint"
2.
Property repository
Description: The image repository that was analyzed.
3.
Property tag
Description: The image tag that was analyzed.
4.
Property error
Description: Any error encountered during execution.
5.
Property passed
Description: True if no issues were found, False otherwise.
6.
Property issues_count
Description: Total number of issues found.
7.
Property issues_by_level
| |
|---|
| Type | object |
| Additional properties |  |
Description: Count of issues grouped by severity level.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - error | No | integer | No | - | - |
| - warning | No | integer | No | - | - |
| - info | No | integer | No | - | - |
| - style | No | integer | No | - | - |
7.1.
Property error
7.2.
Property warning
7.3.
Property info
7.4.
Property style
8.
Property issues
Description: List of issues found by Hadolint.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
8.1. issues items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + code | No | string | No | - | Hadolint rule code (e.g., DL3008). |
| + level | No | enum (of string) | No | - | Severity level of the issue. |
| + message | No | string | No | - | Description of the issue. |
| - line | No | integer or null | No | - | Line number in the pseudo-Dockerfile. |
8.1.1. Property code
Description: Hadolint rule code (e.g., DL3008).
8.1.2. Property level
Description: Severity level of the issue.
Must be one of:
- "error"
- "warning"
- "info"
- "style"
8.1.3. Property message
Description: Description of the issue.
8.1.4. Property line
Description: Line number in the pseudo-Dockerfile.
Generated using json-schema-for-humans on 2026-03-21 at 11:43:37 +0000