-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitleaks.toml
30 lines (17 loc) · 1.16 KB
/
.gitleaks.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[allowlist]
description = "Global Allowlist"
# Ignore based on any subset of the file path
paths = [
'''old-demos\/demos\/microshift-disconnected\/files\/others\/upgrades\/blueprints\/blueprint-v3.toml''',
'''old-demos\/demos\/microshift-disconnected\/files\/others\/upgrades\/blueprints\/blueprint-v2.toml''',
'''old-demos\/demos\/microshift-disconnected\/files\/blueprint-microshift-embedded.toml''',
'''old-demos\/demos\/microshift-disconnected\/files\/blueprint-microshift-base.toml''',
'''docs\/s5-system-upgrades.md''',
'''ansible\/templates\/gitea_user_repos\/rhde\/test\/rhde_image\/test-image-definition.yml''',
'''ansible\/templates\/gitea_user_repos\/rhde\/prod\/rhde_image\/production-image-definition.yml''',
'''ansible\/templates\/fdo\/fdo-files\/var\/opt\/aap-eda.token''',
'''ansible\/templates\/gitea_user_repos\/rhde\/dev\/rhde_image\/dev-image-definition.yml''',
'''ansible\/templates\/gitea_user_repos\/rhde\/dev\/rhde_image\/dev-image-blueprint.toml''',
'''ansible\/templates\/aap_config.j2''',
'''ansible\/templates\/gitea_user_repos\/rhde\/dev\/rhde_image\/dev-image-definition.yml''',
]