Add secret scanning configuration and security tooling
6 files · 69+ · 8-

Secret scanning configuration

4 files changed
  • .gitguardian.yaml GitGuardian configuration for secret detection
  • .gitleaks.toml Gitleaks configuration for secret scanning
  • .trufflehog-exclude-paths.txt TruffleHog path exclusions
  • pyproject.toml Added security tool configuration
  • Configured three secret scanning tools (GitGuardian, gitleaks, TruffleHog) to prevent credential leaks in CI harden internal
    4 files
    • .gitguardian.yaml
    • .gitleaks.toml
    • .trufflehog-exclude-paths.txt
    • pyproject.toml