diff --git a/gitleaks.toml b/gitleaks.toml index 7f6f628..474a933 100644 --- a/gitleaks.toml +++ b/gitleaks.toml @@ -23,10 +23,3 @@ id = "private-key" description = "Private key detected" regex = "-----BEGIN( RSA| EC| DSA)? PRIVATE KEY-----" tags = ["key", "pem", "compose"] - -[allowlist] -files = [ - "docker-compose\\.ya?ml", - "\\.env" -] -