-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 1.44 KB
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ── Required (GitHub-API / orchestrator mode) ──────────────────
ANTHROPIC_API_KEY=sk-ant-...
GITHUB_TOKEN=ghp_...
TARGET_REPO=https://github.com/OWNER/REPO
# ── LLM Backend ────────────────────────────────────────────────
# "ollama" = local model (default) | "claude" = Anthropic API
LLM_BACKEND=ollama
# Ollama settings (LLM_BACKEND=ollama)
OLLAMA_URL=http://localhost:11434
OLLAMA_MODEL=qwen2.5-coder:14b
# Claude model (LLM_BACKEND=claude)
LLM_MODEL=claude-sonnet-4-6
# ── Local scan settings ────────────────────────────────────────
LOCAL_REPO_PATH=repos/python-rsa
LOCAL_REPO_NAME=python-rsa
LOCAL_RESULTS_DIR=results/local
# ── Scan tuning ────────────────────────────────────────────────
MIN_CONFIDENCE=0.6
MIN_SEVERITY=LOW
# Path fragments to exclude (comma-separated).
# Set per-repo — see run_all_local.ps1 for recommended values.
EXCLUDE_PATHS=tests/,vendor/,node_modules/
# Max files to scan (0 = unlimited; use 300 for bc-java)
MAX_FILES=0
# ── Optional integrations ──────────────────────────────────────
NOTION_TOKEN=secret_...
NOTION_PAGE_ID=