🔄 Sync
📋 Overview
Keep security configurations in sync across repositories
Maintain consistency of critical security files across multiple repositories with automated synchronization.
Setup
# Run sync
guardy syncConfigure in .guardy.yml:
sync:
enabled: true
source: "https://github.com/your-org/guardy-config"
files:
- ".guardy.yml"
- "hooks/"