gitleaks.toml•767 B
# Gitleaks configuration file for datadog-mcp project
# This file excludes false positives from secret detection
[allowlist]
description = "Exclude known false positives in datadog-mcp project"
paths = [
"internal/client/client_test.go",
"schemas/v1/openapi.yaml",
"schemas/v2/openapi.yaml",
"internal/api/v1/client.gen.go",
"internal/api/v2/client.gen.go",
"internal/api/v2/docs/SecurityMonitoringAPI.md",
"internal/api/v2/api/openapi.yaml"
]
regexes = [
"test-api-key-12345678901234567890123456789012",
"aggregation_key_123",
"a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"b82cef018aab81ed1d4bb4xb35xxfc065da7efa685fbcecdbd338f3015e3afabbbfa3a911b4984_721ee28a-zecb-4e45-99",
"abcd1234efgh5678ijkl90abcd1234efgh0"
]