provide-testkit 2026-01-06
Add secret scanning configuration files
8 files · 60+ · 9-

Secret scanning configuration

4 files changed
  • .gitguardian.yaml New GitGuardian config excluding crypto fixtures, examples, and security output from secret scanning
  • .gitleaks.toml New Gitleaks config with allowlist for test credential paths
  • .trufflehog-exclude-paths.txt New TruffleHog path exclusion file for test fixtures
  • pyproject.toml Added [tool.security] section with allowed_paths for secret scanning exclusions
  • Added secret scanning configs for three scanners (GitGuardian, Gitleaks, TruffleHog) to prevent false positives on test crypto fixtures and example credentials harden external
    4 files
    • .gitguardian.yaml
    • .gitleaks.toml
    • .trufflehog-exclude-paths.txt
    • pyproject.toml

Workflow naming and docs fix

4 files changed
  • ci.yml Renamed workflow from 'CI' to 'Continuous Integration' with emoji
  • release.yml Renamed workflow from 'Release' to 'GitHub Release' with emoji
  • quick-start.md Added blank line before project list for proper markdown rendering
  • index.md Collapsed heading and intro paragraph onto single line
  • Renamed CI and release workflows with descriptive emoji-prefixed titles baseline internal
    2 files
    • ci.yml
    • release.yml