pyvider-components
2026-01-06
Added security scanning with GitGuardian and Gitleaks
7 files · 126+ · 122-
Security scanning configuration
3 files changed
.gitguardian.yamlAdded GitGuardian secret detection configuration (20 lines).gitleaks.tomlAdded Gitleaks pre-commit secret scanning configuration (24 lines).trufflehog-exclude-paths.txtAdded TruffleHog path exclusions (16 lines)
- Added .gitguardian.yaml configuring GitGuardian secret detection for the repository
harden
behavioral
1 file
.gitguardian.yaml
- Added .gitleaks.toml configuring Gitleaks for pre-commit secret scanning
harden
internal
1 file
.gitleaks.toml
- Added .trufflehog-exclude-paths.txt for TruffleHog path exclusions
harden
internal
1 file
.trufflehog-exclude-paths.txt
CI/CD and configuration updates
4 files changed
ci.ymlSimplified CI workflow (94 lines reduced)release.ymlSimplified release workflow (54 lines reduced)pyproject.tomlExpanded with security and build configuration (33 lines)index.mdSimplified documentation index (7 lines changed)