.gitleaks.toml 800 B

1234567891011121314151617181920212223242526
  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/factories/active_record/session_store/session.rb''',
  12. '''^spec/fixtures/files/imap/.*\.crt''',
  13. '''^spec/fixtures/files/ldap/.*\.crt''',
  14. '''^spec/fixtures/files/pgp/.*\.asc''',
  15. '''^spec/fixtures/files/smime/.*\.key''',
  16. '''^test/data/mail/mail\d+\.(yml|box)''',
  17. '''^test/data/saml/zammad-client.json''',
  18. '''^test/data/telegram/private/sticker.json''',
  19. '''^test/data/vcr_cassettes/''',
  20. '''^tmp/''',
  21. '''^.idea/''',
  22. ]
  23. regexTarget = "line"
  24. regexes = []