Add GitOps Guardian application with multi-agent architecture for security and compliance reviews

This commit is contained in:
Mohamed Salah
2025-10-31 07:25:00 +02:00
parent 875cbda5e0
commit 88b70bc635
6 changed files with 1155 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# GitOps Guardian Configuration
# Required: GitHub Personal Access Token
# Create at: https://github.com/settings/tokens
# Required permissions: repo (read)
GITHUB_TOKEN=ghp_your_token_here
# Required: OpenAI API Key
# Get from: https://platform.openai.com/api-keys
# If already exported in ~/.bashrc, you can skip this
# OPENAI_API_KEY=sk-your_key_here
# Required: Repositories to monitor (comma-separated)
# Format: owner/repo,owner/repo2
GITOPS_REPOS=myorg/infra-gitops,myorg/helm-charts
# Optional: Scanning interval in seconds (default: 300)
# SCAN_INTERVAL=300