19 lines
571 B
Plaintext
19 lines
571 B
Plaintext
# 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
|