slack-sieve/.gitleaks.toml
ilia 77187e3583
All checks were successful
CI / skip-ci-check (push) Successful in 13s
CI / secret-scan (push) Successful in 9s
CI / python-ci (push) Successful in 42s
ci: add local pre-commit gitleaks hook
2026-07-13 14:44:45 -05:00

16 lines
357 B
TOML

# Slack export fixtures historically embedded expired xoxe URL tokens.
# Working tree is redacted to xoxe-REDACTED; allowlist covers pre-redaction commits.
title = "slack-sieve"
[extend]
useDefault = true
[allowlist]
description = "Test fixtures (tokens redacted going forward)"
paths = [
'''tests/fixtures/.*''',
]
regexes = [
'''xoxe-REDACTED''',
]