forked from zammad/zammad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitleaks.toml
More file actions
24 lines (22 loc) · 719 Bytes
/
.gitleaks.toml
File metadata and controls
24 lines (22 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
title = "Zammad gitleaks Configuration"
[extend]
useDefault = true
[allowlist]
description = "global allow list"
paths = [
'''^doc/developer_manual/cookbook/how-to-setup-pgp-integration.md''',
'''^doc/developer_manual/cookbook/how-to-setup-smime-integration.md''',
'''^log/''',
'''^spec/factories/pgp_key\.rb''',
'''^spec/fixtures/files/imap/.*\.crt''',
'''^spec/fixtures/files/ldap/.*\.crt''',
'''^spec/fixtures/files/pgp/.*\.asc''',
'''^spec/fixtures/files/smime/.*\.key''',
'''^test/data/mail/mail015\.(yml|box)''',
'''^test/data/saml/zammad-client.json''',
'''^test/data/telegram/private/sticker.json''',
'''^test/data/vcr_cassettes/''',
'''^tmp/''',
]
regexTarget = "line"
regexes = []