File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,6 +240,14 @@ npx @modelcontextprotocol/inspector node dist/index.js
2402406 . 빌드 (TypeScript 컴파일)
2412417 . 테스트 (Jest)
242242
243+ ### 보안 & 유지보수
244+
245+ | 워크플로우 | 역할 |
246+ | -----------| ------|
247+ | CodeQL (` codeql.yml ` ) | 보안 취약점 정적 분석 (push/PR + 주간) |
248+ | Maintenance (` maintenance.yml ` ) | 주간 CI 헬스 체크 — 실패 시 이슈 자동 생성 |
249+ | Stale (` stale.yml ` ) | 비활성 이슈/PR 30일 후 라벨링, 7일 후 자동 종료 |
250+
243251### CD (수동 트리거)
244252
2452531 . CI 통과 필수
Original file line number Diff line number Diff line change @@ -240,6 +240,14 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
2402406 . Build (TypeScript compilation)
2412417 . Test (Jest)
242242
243+ ### Security & Maintenance
244+
245+ | Workflow | What it does |
246+ | ----------| -------------|
247+ | CodeQL (` codeql.yml ` ) | Static analysis for security vulnerabilities (push/PR + weekly) |
248+ | Maintenance (` maintenance.yml ` ) | Weekly CI health check — auto-creates issue on failure |
249+ | Stale (` stale.yml ` ) | Labels inactive issues/PRs after 30 days, auto-closes after 7 more |
250+
243251### CD (manual trigger)
244252
2452531 . CI gate (must pass)
You can’t perform that action at this time.
0 commit comments