File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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' ] ,
You can’t perform that action at this time.
0 commit comments