secrets.output
Title: secrets.output
| Type | object |
| Additional properties |
Description: Secret detection results from TruffleHog.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + analyzer | No | const | No | - | - |
| + repository | No | string | No | - | - |
| + tag | No | string | No | - | - |
| + scanner_version | No | string | No | - | - |
| + secrets_count | No | integer | No | - | - |
| + verified_count | No | integer | No | - | Secrets TruffleHog verified as live credentials. |
| + findings | No | array of object | No | - | - |
| - source | No | object | No | - | - |
1.
Property analyzer
| Type | const |
Specific value: "secrets"
2.
Property repository
| Type | string |
3.
Property tag
| Type | string |
4.
Property scanner_version
| Type | string |
5.
Property secrets_count
| Type | integer |
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
6.
Property verified_count
| Type | integer |
Description: Secrets TruffleHog verified as live credentials.
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
7.
Property findings
| 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 |
|---|---|
| findings items | - |
7.1. findings items
| Type | object |
| Additional properties |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + DetectorName | No | string | No | - | - |
| + Verified | No | boolean | No | - | - |
| - Redacted | No | string | No | - | - |
| - layer | No | string | No | - | - |
7.1.1. Property DetectorName
| Type | string |
7.1.2. Property Verified
| Type | boolean |
7.1.3. Property Redacted
| Type | string |
7.1.4. Property layer
| Type | string |
8.
Property source
| Type | object |
| Additional properties |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| - fetched_at | No | string | No | - | - |
| - built_at | No | string | No | - | - |
| - version | No | string | No | - | - |
| - checksum | No | string | No | - | - |
8.1.
Property fetched_at
| Type | string |
| Format | date-time |
8.2.
Property built_at
| Type | string |
| Format | date-time |
8.3.
Property version
| Type | string |
8.4.
Property checksum
| Type | string |
Generated using json-schema-for-humans on 2026-06-25 at 15:32:09 +0000