Fix .gitleaks.toml regex quoting#123
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the repository’s gitleaks configuration to adjust how regex path allowlist entries are quoted in TOML.
Changes:
- Switched allowlist
pathsentries from single-quoted strings to triple-single-quoted (multiline literal) strings in.gitleaks.toml.
Code Review — PR #123: Fix .gitleaks.toml regex quotingSummaryThis is a minimal, low-risk change that converts two single-quoted TOML literal strings to triple-quoted TOML literal strings in Blocking IssuesNone. The change is correct and safe. Non-blocking Suggestions
Questions / ClarificationsNone — the intent and effect are clear. Automated review by Pi |
Summary
.gitleaks.tomlallowlist to triple-quoted strings, which is the correct TOML syntax for literal strings containing special characters.Test plan
🤖 Generated with Claude Code