1 ファイル変更 +3 -2
この更新の概要
GitHub Enterprise Server (GHES) 連携において、新たに Claude Security 機能がサポート対象として追加されました。Enterprise プランの公開ベータ版として提供が開始され、管理設定画面から有効化することが可能です。これに伴い、GitHub App のマニフェスト構成に必要な権限やウェブフックイベントの対象にも Claude Security が含まれるようになりました。GHES リポジトリに対して、コードレビューやコントリビューションメトリクスと同様の設定手順でセキュリティ機能が導入できます。
GHES 環境におけるサポート機能一覧に Claude Security が追加され、有効化の手順や GitHub App の権限設定に関する記述が更新されました。
@@ -21,6 +21,7 @@ The table below shows which Claude Code features support GHES and any difference
| :- | :- | :- |
| Claude Code on the web | ✅ Supported | Admin connects the GHES instance once; developers use `claude --remote` or [claude.ai/code](https://claude.ai/code) as usual |
| Code Review | ✅ Supported | Same automated PR reviews as github.com |
| Claude Security | ✅ Supported | Available in public beta for Enterprise plans at [claude.ai/security](https://claude.ai/security) |
| Teleport sessions | ✅ Supported | Move sessions between web and terminal with `--teleport` |
| Plugin marketplaces | ✅ Supported | Use full git URLs instead of `owner/repo` shorthand |
| Contribution metrics | ✅ Supported | Delivered via webhooks to the [analytics dashboard](/en/analytics) |
@@ -41,11 +42,11 @@ Click **Continue to GitHub Enterprise**. Your browser redirects to your GHES ins
From the GitHub App page on your GHES instance, install the app on the repositories or organizations you want Claude to access. You can start with a subset and add more later.
Return to [claude.ai/admin-settings/claude-code](https://claude.ai/admin-settings/claude-code) and enable [Code Review](/en/code-review#set-up-code-review) and [contribution metrics](/en/analytics#enable-contribution-metrics) for your GHES repositories using the same configuration as github.com.
Return to [claude.ai/admin-settings/claude-code](https://claude.ai/admin-settings/claude-code) and enable [Code Review](/en/code-review#set-up-code-review), Claude Security, and [contribution metrics](/en/analytics#enable-contribution-metrics) for your GHES repositories using the same configuration as github.com.
### GitHub App permissions
The manifest configures the GitHub App with the permissions and webhook events Claude needs across web sessions, Code Review, and contribution metrics:
The manifest configures the GitHub App with the permissions and webhook events Claude needs across web sessions, Code Review, Claude Security, and contribution metrics:
| Permission | Access | Used for |
| :- | :- | :- |