|
| 1 | +{ |
| 2 | + "description": "Desired GitHub settings for boringstack-xyz/boringstack (monorepo). Applied via scripts/audit-repo-settings.sh — operator runs the printed commands.", |
| 3 | + "security_and_analysis": { |
| 4 | + "secret_scanning": "enabled", |
| 5 | + "secret_scanning_push_protection": "enabled", |
| 6 | + "dependabot_security_updates": "enabled" |
| 7 | + }, |
| 8 | + "merge": { |
| 9 | + "delete_branch_on_merge": true, |
| 10 | + "allow_squash_merge": true, |
| 11 | + "allow_merge_commit": false, |
| 12 | + "allow_rebase_merge": false |
| 13 | + }, |
| 14 | + "branch_protection_main": { |
| 15 | + "required_status_check_contexts": [ |
| 16 | + "dep vuln scan (osv + audit)", |
| 17 | + "docker compose config (all overlay combinations)", |
| 18 | + "gitleaks secret scan", |
| 19 | + "semgrep SAST", |
| 20 | + "shellcheck (scripts/)", |
| 21 | + "tofu fmt + validate", |
| 22 | + "typecheck + lint + test", |
| 23 | + "validate", |
| 24 | + "yamllint (compose + workflows)" |
| 25 | + ], |
| 26 | + "required_approving_review_count": 0, |
| 27 | + "dismiss_stale_reviews": true, |
| 28 | + "required_linear_history": true, |
| 29 | + "required_signatures": true, |
| 30 | + "allow_force_pushes": false, |
| 31 | + "allow_deletions": false |
| 32 | + } |
| 33 | +} |
0 commit comments