> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/kdosukyan/connect-your-source-code/connect-github-account-to-aikido.md).

# GitHub 組織を接続する

Aikido は、リポジトリを分析するために、あなたの GitHub 組織への読み取り専用アクセスを要求します。新しい GitHub App システムを使用しているため、トークンをデータベースに一切保存する必要がありません。分析後、あなたのコードは常にシステムから消去されます。

#### 1. GitHub を使用してログインする <a href="#id-1-logging-in-using-github" id="id-1-logging-in-using-github"></a>

始めるには、 <https://app.aikido.dev/> そして GitHub でログインします。以下のスクリーンショットのようになります。ここで、Aikido は GitHub 上のあなたの ID と関連付けられたメールアドレスへのアクセスのみを要求します。

![Aikido Security は、ユーザーの ID とメールアドレスにアクセスするために GitHub の認可を要求します。](/files/7647109d1c2253ffb155d2b1214e18317f635792)

#### 2. 組織へのアクセスを承認する <a href="#id-2-authorizing-access-to-an-organization" id="id-2-authorizing-access-to-an-organization"></a>

次の画面では、実際の組織に接続するか、サンプルのワークスペースを選択できます。実際の組織を選ぶと、GitHub に戻ります。戻ったら、承認したい組織を選択してください。必要に応じて、下のようにすべてのリポジトリではなく 1 つまたは 2 つのリポジトリへのアクセスを許可することもできます。

![Aikido Security に、GitHub 上のすべてのリポジトリへのアクセスとメールアドレスの読み取りを許可します。](/files/7b43ccf248074909aa1f75675de01e01ff030fbe)

#### 3. 結果を確認する <a href="#id-3-checking-results" id="id-3-checking-results"></a>

アクセスを付与し、スキャンしたいリポジトリを確認すると、Aikido は自動的にスキャンを開始します。約 1 分後に、最初の結果が表示されるはずです！


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/kdosukyan/connect-your-source-code/connect-github-account-to-aikido.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
