Local copy of UpdateContactImages project. This repository will store scripts and tools to update contact images.
- Clone the repo
- Add your scripts
- Commit and push to GitHub
After cloning, enable the repository's git hooks (this repository includes a pre-commit hook that scans for secrets):
Windows (PowerShell):
cd C:\LocalTools\UpdateContactImages
.\scripts\setup-hooks.ps1Unix / macOS:
cd /path/to/UpdateContactImages
git config core.hooksPath .githooksRun the local secret scanner manually at any time:
.\scripts\check-secrets.ps1If the scanner detects potential secrets, follow the guidance in SECURITY.md to rotate and remove any exposed credentials.