> 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 Organizationを接続する

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.
