forked from distributed-system-analysis/pbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitleaks.toml
More file actions
17 lines (14 loc) · 698 Bytes
/
Copy path.gitleaks.toml
File metadata and controls
17 lines (14 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[allowlist]
description = "Global Allow List"
# Ignore based on any subset of the file path
paths = [
# Ignore the Pbench-in-a-Can server configuration file because the user
# name and password contained there-in is only for accessing the PostgreSQL
# instance inside the created ephemeral container.
'''server\/pbenchinacan\/etc\/pbench-server\/pbench-server\.cfg$''',
# Ignore the CA private key which is used only to generate ephemeral certs
# for SSL access to the containerized Server for functional testing.
'''server\/pbenchinacan\/etc\/pki\/tls\/private\/pbench_CA\.key$''',
# Ignore the .gitleaks.toml (this file).
'''\.gitleaks\.toml$''',
]