We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc5a9e commit d087bfeCopy full SHA for d087bfe
1 file changed
src/secret-scanning/data/public-docs-schema.ts
@@ -19,6 +19,7 @@ export interface SecretScanningEntry {
19
isPrivateWithGhas: boolean | string
20
hasPushProtection: boolean | string
21
hasValidityCheck: boolean | string
22
+ hasExtendedMetadata?: boolean | string
23
base64Supported: boolean | string
24
isduplicate: boolean
25
}
@@ -67,6 +68,10 @@ export default {
67
68
description: 'whether the secret has its validation status checked',
69
type: ['boolean', 'string'],
70
},
71
+ hasExtendedMetadata: {
72
+ description: 'whether extended metadata is available for this secret',
73
+ type: ['boolean', 'string'],
74
+ },
75
base64Supported: {
76
description: 'whether scanning for base64-encoded versions of this type is supported',
77
0 commit comments