> 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プラン**.
* **ローカルスキャン機能が有効化されている** のは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のセットアップを完了します。

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