Skip to content

Commit a539ecc

Browse files
authored
fix: Add rule for CryptoCrew (hyperlane-xyz#6176)
### Description Add rule for CryptoCrew ### Backward compatibility Yes ### Testing Manual, locally --------- Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
1 parent ce0b173 commit a539ecc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitleaks.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,13 @@ keywords = [
8686
"grove.city"
8787
]
8888
tags = ["key", "Grove City"]
89+
90+
[[rules]]
91+
id = "ccvalidators-api-key"
92+
description = "CryptoCrew API Key"
93+
regex = '''https://(rpc|grpc|rest)\.[a-zA-Z0-9-]+\.ccvalidators\.com:?[0-9]*/?[a-zA-Z0-9-]*'''
94+
keywords = [
95+
"ccvalidators",
96+
"ccvalidators.com"
97+
]
98+
tags = ["key", "Crypto Crew"]

0 commit comments

Comments
 (0)