# Title for the gitleaks configuration file. title = "Gitleaks title" [extend] # useDefault will extend the base configuration with the default gitleaks config: # https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml useDefault = true [allowlist] paths = [ '''gitleaks\.toml''', ] regexTarget = "line" regexes = [ '''clientId''', '''isEd25519Pubkey''', '''isSecp256k1Pubkey''', '''Ed25519Keypair;''', '''Secp256k1Pubkey''', '''e92a6595c934c991d3b3e987ea9b3125bf61a076deab3a9cb519787b7b3e8d77''', '''8d805729d752cbeccbbce08531cc38b271031ae250f7b67bd5f1bf3827c46d87''', '''44de77c4ee23e1008d4ebf23c9b4b6dca0fd29aadb0950a5bf96dc81b4f4bfc3''', ]