Skip to content

Commit 7b8ade9

Browse files
stevsmitSteven Smith
andauthored
Updates TOML file (quay#1290)
Co-authored-by: Steven Smith <[email protected]>
1 parent 617def6 commit 7b8ade9

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

.gitleaks.toml

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
11
[allowlist]
2-
description = "Allow bcrypt hashes used in SQL updates"
2+
description = "Allow bcrypt hashes used in SQL updates"
33

4-
regexes = [
5-
# Ignore bcrypt password hashes (e.g., $2b$12$...)
6-
'''\$2b\$12\$[A-Za-z0-9./]{53}'''
7-
]
4+
regexes = [
5+
# Ignore bcrypt password hashes (e.g., $2b$12$...)
6+
'''\$2b\$12\$[A-Za-z0-9./]{53}'''
7+
]
8+
9+
paths = [
10+
# Ignore all example certs
11+
'''\/example.*\.pem$''',
12+
13+
# Ignore anything with the word funkymonkey anywhere in the path (example values below)
14+
'''ANSWCWSGLVAUQ60L4Q4CEO3C1QAYGEXZK2VKJNI''',
15+
'''E6GJSHOZMFBVNHTHNB53''',
16+
'''MCJ61D8KQBFS2DXM56S2''',
17+
'''J5G7CCX5QCA8Q5XZLWGI7USJPSM4M5MQHJED46CF''',
18+
'''IG58PX2REEY9O08IZFZE''',
19+
'''2LWTWO89KH26P2CO4TWFM7PGCX4V4SUZES2CIZMR''',
20+
'''6XBK7QY7ACSCN5XBM3GS''',
21+
'''AVKBOUXTFO3MXBBK5UJD5QCQRN2FWL3O0XPZZT78''',
22+
'''SANSWCWSGLVAUQ60L4Q4CEO3C1QAYGEXZK2VKJNI''',
23+
'''WB4FUG4PP2278KK579EN4NDP150CPYOG6DN42MP6JF8IAJ4PON4RC7DIOH5UEFBP''',
24+
'''MXFE7NSOWPN33O7UC3THY0BN03DW940CMWTLRBE2EPTI8JPX0B0CWIIDGTI4YTJ6''',
25+
'''IJWZ8TIY301KPFOW3WEUJEVZ3JR11CY1''',
26+
'''9Q36xF54YEOLjetayC0NBaIKgcFFmIHsS3xTZDLzZSrhTBkxUc9FDwUKfnxLWhco6oBJV1NDBjoBcDGmsZMYPt1dSA4yWpPe/JKY9pnDcsw=''',
27+
'''MXZ9DATUWRD8WCMT8AZIPYE0IEZHJJ1B8P8ZEIXC0W552DUMMTNJJH02HFGXTOVG''',
28+
'''CWLBVAODE61IXNDJ40GERFOZPB3ARZDRCP4X70ID1NB28AI0OOJBTR9S4M0ACYMD''',
29+
30+
]

0 commit comments

Comments
 (0)