1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update secret scanning schema (#51949)

This commit is contained in:
Rachael Sewell
2024-08-07 12:41:18 -07:00
committed by GitHub
parent be6344b65b
commit e6ea705a7e
2 changed files with 7 additions and 0 deletions

View File

@@ -298,6 +298,7 @@ export type SecretScanningData = {
isPrivateWithGhas: boolean
hasPushProtection: boolean
hasValidityCheck: boolean | string
isduplicate: boolean
}
type Language = {