Skip to main content
Version: main-dev

dockle.output

Title: dockle.output

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ analyzerNoconstNo-Unique identifier for the Dockle analyzer.
+ repositoryNostringNo-The image repository that was analyzed.
+ tagNostringNo-The image tag that was analyzed.
- errorNostringNo-Any error encountered during execution.
+ passedNobooleanNo-True if no issues were found, False otherwise.
+ issues_countNointegerNo-Total number of issues found.
+ issues_by_levelNoobjectNo-Count of issues grouped by severity level.
+ issuesNoarray of objectNo-List of issues found by Dockle.

1. Required Property analyzer

Typeconst

Description: Unique identifier for the Dockle analyzer.

Specific value: "dockle"

2. Required Property repository

Typestring

Description: The image repository that was analyzed.

3. Required Property tag

Typestring

Description: The image tag that was analyzed.

4. Optional Property error

Typestring

Description: Any error encountered during execution.

5. Required Property passed

Typeboolean

Description: True if no issues were found, False otherwise.

6. Required Property issues_count

Typeinteger

Description: Total number of issues found.

7. Required Property issues_by_level

Typeobject
Additional propertiesNot allowed

Description: Count of issues grouped by severity level.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
- FATALNointegerNo--
- WARNNointegerNo--
- INFONointegerNo--
- SKIPNointegerNo--
- PASSNointegerNo--

7.1. Optional Property FATAL

Typeinteger
Default0

7.2. Optional Property WARN

Typeinteger
Default0

7.3. Optional Property INFO

Typeinteger
Default0

7.4. Optional Property SKIP

Typeinteger
Default0

7.5. Optional Property PASS

Typeinteger
Default0

8. Required Property issues

Typearray of object

Description: List of issues found by Dockle.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
issues items-

8.1. issues items

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ codeNostringNo-Dockle rule code (e.g., CIS-DI-0001).
+ titleNostringNo-Short description of the rule.
+ levelNoenum (of string)No-Severity level of the issue.
+ alertsNoarray of stringNo-Specific details or files related to the issue.

8.1.1. Property code

Typestring

Description: Dockle rule code (e.g., CIS-DI-0001).

8.1.2. Property title

Typestring

Description: Short description of the rule.

8.1.3. Property level

Typeenum (of string)

Description: Severity level of the issue.

Must be one of:

  • "FATAL"
  • "WARN"
  • "INFO"
  • "SKIP"
  • "PASS"

8.1.4. Property alerts

Typearray of string

Description: Specific details or files related to the issue.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
alerts items-
8.1.4.1. alerts items
Typestring

Generated using json-schema-for-humans on 2026-03-21 at 11:43:37 +0000

  • 1. Required Property analyzer
  • 2. Required Property repository
  • 3. Required Property tag
  • 4. Optional Property error
  • 5. Required Property passed
  • 6. Required Property issues_count
  • 7. Required Property issues_by_level
    • 7.1. Optional Property FATAL
    • 7.2. Optional Property WARN
    • 7.3. Optional Property INFO
    • 7.4. Optional Property SKIP
    • 7.5. Optional Property PASS
  • 8. Required Property issues
    • 8.1. issues items