pyvider
2026-01-06
Added security scanning configuration (GitGuardian, gitleaks, TruffleHog) and updated pyproject
11 files · 89+ · 53-
Scanning Configuration
6 files changed
.gitguardian.yamlAdded .gitguardian.yaml (+12 lines).gitleaks.tomlAdded .gitleaks.toml (+16 lines).trufflehog-exclude-paths.txtAdded .trufflehog-exclude-paths.txt (+8 lines)advanced-provider-features.mdAdded advanced-provider-features.md (+1 lines)creating-providers.mdAdded creating-providers.md (+1 lines)provide_command.pyUpdated provide_command.py (+1/-3 lines)
- Added
.gitguardian.yaml(12 lines) — GitGuardian secret scanning config baseline internal1 file
.gitguardian.yaml
- Added
.gitleaks.toml(16 lines) — Gitleaks configuration for secret detection baseline internal1 file
.gitleaks.toml
- Added
.trufflehog-exclude-paths.txt(8 lines) — TruffleHog path exclusions instantiate internal1 file
.trufflehog-exclude-paths.txt
- Updated CI and release workflows to reference new configs
baseline
internal
11 files
.gitguardian.yamlci.ymlrelease.yml.gitleaks.toml.trufflehog-exclude-paths.txtwhat-is-pyvider.mdadvanced-provider-features.mdcreating-providers.mdindex.mdpyproject.tomlprovide_command.py
Pyproject.toml
3 files changed
pyproject.tomlAdded pyproject.toml (+19 lines)ci.ymlUpdated ci.yml (+1/-1 lines)release.ymlUpdated release.yml (+19/-35 lines)
Minor Updates
2 files changed
what-is-pyvider.mdUpdated what-is-pyvider.md (+7/-10 lines)index.mdUpdated index.md (+4/-4 lines)