> 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/local-code-scanning/local-scanning-in-existing-scm-integrated-workspaces.md).

# 既存のSCM連携ワークスペースでのローカルスキャン

{% hint style="info" %}
この機能はデフォルトでは有効になっていません。詳細については Aikido チームにお問い合わせください。
{% endhint %}

Local Scanning 機能は、SCM 連携済みのワークスペース、つまり GitHub、GitLab（self-managed）、Bitbucket、または Azure DevOps に接続されたワークスペース内で直接使用できます。

### 前提条件 <a href="#prerequisites" id="prerequisites"></a>

ローカルスキャンを設定する前に、以下を確認してください：

* あなたは **Aikido Pro プラン**.
* **ローカルスキャン機能が有効化されています** Aikido チームに連絡することで。

### ローカルスキャンのセットアップ <a href="#local-scanning-setup" id="local-scanning-setup"></a>

**ステップ 1**：既存の Aikido ワークスペース（GitHub、GitLab など）を開きます

**ステップ2**：へ移動し [一般設定](https://app.aikido.dev/settings/account) 、Local Scan Setup をクリックします

![構成用に「Local Scan Setup」ボタンが強調表示されたワークスペース情報ページ。](/files/ae1b27ab800fb40a86b80f7b6b9dcc00fe401802)

**ステップ 3**：バイナリをダウンロードし、トークンを生成してローカルスキャンのセットアップを完了します。

![ローカルスキャンのセットアップ：バイナリをダウンロードし、トークンを生成して、設定手順に従ってください。](/files/d0ad385554f1e46435da971a7a1ad1444a2f0da3)


---

# 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/local-code-scanning/local-scanning-in-existing-scm-integrated-workspaces.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.
