Title: scorecarddev.output
| |
|---|
| Type | object |
| Additional properties |  |
Description: Report containing OpenSSF Scorecard security assessment for the image source repository.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + analyzer | No | const | No | - | Unique identifier for the Scorecard analyzer. |
| + repository | No | string | No | - | Docker image repository path. |
| + source_repo | No | string or null | No | - | Resolved source code repository URL, or null if not found. |
| + scorecard_available | No | boolean | No | - | Whether OpenSSF Scorecard data was successfully retrieved. |
| + score | No | number or null | No | - | Overall Scorecard score (0-10), or null if unavailable. |
| + checks | No | array of object | No | - | Individual Scorecard check results. |
1.
Property analyzer
Description: Unique identifier for the Scorecard analyzer.
Specific value: "scorecarddev"
2.
Property repository
Description: Docker image repository path.
3.
Property source_repo
Description: Resolved source code repository URL, or null if not found.
4.
Property scorecard_available
Description: Whether OpenSSF Scorecard data was successfully retrieved.
5.
Property score
Description: Overall Scorecard score (0-10), or null if unavailable.
6.
Property checks
Description: Individual Scorecard check results.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
6.1. checks items
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + name | No | string | No | - | Check name (e.g. Maintained, Code-Review, Vulnerabilities). |
| + score | No | integer | No | - | Check score (-1 to 10). -1 means not applicable. |
| + reason | No | string | No | - | Human-readable explanation of the score. |
6.1.1. Property name
Description: Check name (e.g. Maintained, Code-Review, Vulnerabilities).
6.1.2. Property score
Description: Check score (-1 to 10). -1 means not applicable.
6.1.3. Property reason
Description: Human-readable explanation of the score.
Generated using json-schema-for-humans on 2026-03-21 at 11:43:37 +0000