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 | - | - |
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 |
Generated using json-schema-for-humans on 2026-06-09 at 12:22:14 +0000