mirror of
https://github.com/kharonsec/br-acc
synced 2026-04-25 17:15:02 +02:00
45 lines
903 B
JSON
45 lines
903 B
JSON
{
|
|
"version": 1,
|
|
"thresholds": {
|
|
"max_changed_files": 12,
|
|
"max_total_churn": 400,
|
|
"required_checks_timeout_minutes": 45
|
|
},
|
|
"allowlist": [
|
|
"docs/**",
|
|
"README.md",
|
|
"CONTRIBUTING.md",
|
|
"frontend/src/**",
|
|
"api/src/bracc/queries/**",
|
|
"api/src/bracc/models/**",
|
|
"api/tests/**",
|
|
"etl/tests/**",
|
|
"frontend/src/**/*.test.*"
|
|
],
|
|
"denylist": [
|
|
".github/workflows/**",
|
|
"infra/**",
|
|
"scripts/**",
|
|
"api/src/**/auth*",
|
|
"api/src/**/middleware/**",
|
|
"api/src/**/config.py",
|
|
"api/src/**/dependencies.py"
|
|
],
|
|
"evaluation": {
|
|
"min_confidence": 0.9,
|
|
"allowed_risk_levels": [
|
|
"low"
|
|
]
|
|
},
|
|
"autofix": {
|
|
"eligible_checks": [
|
|
"API (Python)",
|
|
"ETL (Python)",
|
|
"Frontend (TypeScript)",
|
|
"Neutrality Audit"
|
|
],
|
|
"attempt_label": "claude-autofix-attempted",
|
|
"max_attempts_per_sha": 1
|
|
}
|
|
}
|