.gitleaks.toml 719 B

123456789101112131415161718192021222324
  1. title = "Zammad gitleaks Configuration"
  2. [extend]
  3. useDefault = true
  4. [allowlist]
  5. description = "global allow list"
  6. paths = [
  7. '''^doc/developer_manual/cookbook/how-to-setup-pgp-integration.md''',
  8. '''^doc/developer_manual/cookbook/how-to-setup-smime-integration.md''',
  9. '''^log/''',
  10. '''^spec/factories/pgp_key\.rb''',
  11. '''^spec/fixtures/files/imap/.*\.crt''',
  12. '''^spec/fixtures/files/ldap/.*\.crt''',
  13. '''^spec/fixtures/files/pgp/.*\.asc''',
  14. '''^spec/fixtures/files/smime/.*\.key''',
  15. '''^test/data/mail/mail\d+\.(yml|box)''',
  16. '''^test/data/saml/zammad-client.json''',
  17. '''^test/data/telegram/private/sticker.json''',
  18. '''^test/data/vcr_cassettes/''',
  19. '''^tmp/''',
  20. ]
  21. regexTarget = "line"
  22. regexes = []