> 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（セルフマネージド）、Bitbucket、または Azure DevOps に接続されているものです。

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

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

* あなたは〜の **Aikido Proプラン**.
* **Local Scanning 機能が有効になっている** 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」ボタンが強調表示された Workspace Info ページ。](/files/ae1b27ab800fb40a86b80f7b6b9dcc00fe401802)

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

![Local Scanning Setup：バイナリをダウンロードし、トークンを生成して、設定手順に従ってください。](/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.
