Skip to main content
Version: v0.19.0

analyzer.scorecarddev

Title: analyzer.scorecarddev

Typeobject
Additional propertiesNot allowed

Description: Report containing OpenSSF Scorecard security assessment for the image source repository.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ analyzerNoconstNo-Unique identifier for the Scorecard analyzer.
+ repositoryNostringNo-Docker image repository path.
+ source_repoNostring or nullNo-Resolved source code repository URL, or null if not found.
+ scorecard_availableNobooleanNo-Whether OpenSSF Scorecard data was successfully retrieved.
+ scoreNonumber or nullNo-Overall Scorecard score (0-10), or null if unavailable.
+ checksNoarray of objectNo-Individual Scorecard check results.

1. Required Property analyzer

Typeconst

Description: Unique identifier for the Scorecard analyzer.

Specific value: "scorecarddev"

2. Required Property repository

Typestring

Description: Docker image repository path.

3. Required Property source_repo

Typestring or null

Description: Resolved source code repository URL, or null if not found.

4. Required Property scorecard_available

Typeboolean

Description: Whether OpenSSF Scorecard data was successfully retrieved.

5. Required Property score

Typenumber or null

Description: Overall Scorecard score (0-10), or null if unavailable.

6. Required Property checks

Typearray of object

Description: Individual Scorecard check results.

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

6.1. checks items

Typeobject
Additional propertiesNot allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ nameNostringNo-Check name (e.g. Maintained, Code-Review, Vulnerabilities).
+ scoreNointegerNo-Check score (-1 to 10). -1 means not applicable.
+ reasonNostringNo-Human-readable explanation of the score.

6.1.1. Property name

Typestring

Description: Check name (e.g. Maintained, Code-Review, Vulnerabilities).

6.1.2. Property score

Typeinteger

Description: Check score (-1 to 10). -1 means not applicable.

6.1.3. Property reason

Typestring

Description: Human-readable explanation of the score.


Generated using json-schema-for-humans on 2026-03-20 at 04:11:48 +0100

  • 1. Required Property analyzer
  • 2. Required Property repository
  • 3. Required Property source_repo
  • 4. Required Property scorecard_available
  • 5. Required Property score
  • 6. Required Property checks
    • 6.1. checks items