pyvider 2026-01-06
Added security scanning configuration (GitGuardian, gitleaks, TruffleHog) and updated pyproject
11 files · 89+ · 53-

Scanning Configuration

6 files changed
  • .gitguardian.yaml Added .gitguardian.yaml (+12 lines)
  • .gitleaks.toml Added .gitleaks.toml (+16 lines)
  • .trufflehog-exclude-paths.txt Added .trufflehog-exclude-paths.txt (+8 lines)
  • advanced-provider-features.md Added advanced-provider-features.md (+1 lines)
  • creating-providers.md Added creating-providers.md (+1 lines)
  • provide_command.py Updated provide_command.py (+1/-3 lines)
  • Added .gitguardian.yaml (12 lines) — GitGuardian secret scanning config baseline internal
    1 file
    • .gitguardian.yaml
  • Added .gitleaks.toml (16 lines) — Gitleaks configuration for secret detection baseline internal
    1 file
    • .gitleaks.toml
  • Added .trufflehog-exclude-paths.txt (8 lines) — TruffleHog path exclusions instantiate internal
    1 file
    • .trufflehog-exclude-paths.txt
  • Updated CI and release workflows to reference new configs baseline internal
    11 files
    • .gitguardian.yaml
    • ci.yml
    • release.yml
    • .gitleaks.toml
    • .trufflehog-exclude-paths.txt
    • what-is-pyvider.md
    • advanced-provider-features.md
    • creating-providers.md
    • index.md
    • pyproject.toml
    • provide_command.py

Pyproject.toml

3 files changed
  • pyproject.toml Added pyproject.toml (+19 lines)
  • ci.yml Updated ci.yml (+1/-1 lines)
  • release.yml Updated release.yml (+19/-35 lines)
  • Added project metadata and dependencies (+19 lines) baseline internal
    1 file
    • pyproject.toml

Minor Updates

2 files changed
  • what-is-pyvider.md Updated what-is-pyvider.md (+7/-10 lines)
  • index.md Updated index.md (+4/-4 lines)
  • Updated what-is-pyvider.md, docs/index.md, and guide pages specify internal
    2 files
    • what-is-pyvider.md
    • index.md