Skip to content

Commit d087bfe

Browse files
Add hasExtendedMetadata as an optional field for Secret Scanning public-docs.yml (#58524)
Co-authored-by: Kevin Heis <[email protected]>
1 parent 7cc5a9e commit d087bfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/secret-scanning/data/public-docs-schema.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export interface SecretScanningEntry {
1919
isPrivateWithGhas: boolean | string
2020
hasPushProtection: boolean | string
2121
hasValidityCheck: boolean | string
22+
hasExtendedMetadata?: boolean | string
2223
base64Supported: boolean | string
2324
isduplicate: boolean
2425
}
@@ -67,6 +68,10 @@ export default {
6768
description: 'whether the secret has its validation status checked',
6869
type: ['boolean', 'string'],
6970
},
71+
hasExtendedMetadata: {
72+
description: 'whether extended metadata is available for this secret',
73+
type: ['boolean', 'string'],
74+
},
7075
base64Supported: {
7176
description: 'whether scanning for base64-encoded versions of this type is supported',
7277
type: ['boolean', 'string'],

0 commit comments

Comments
 (0)