> 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/miscellaneous/scanned-branches-in-aikido.md).

# Aikido でスキャンされたブランチ

### 単一ブランチのスキャン <a href="#single-branch-scanning" id="single-branch-scanning"></a>

デフォルトでは、Aikido は依存関係とコードの問題を検出するために、リポジトリのデフォルトブランチをスキャンします。デフォルトブランチは通常 main/master です。 **Aikido は、SCM webhook 経由でプッシュのたびにデフォルトブランチをスキャンし、さらに各リポジトリ、クラウド、コンテナ、ドメインに対して、毎日フル再スキャンを実行します。**

デフォルトブランチを更新すると、Aikido は夜間同期の際にこの変更を取り込むため、Aikido 側での変更は不要です。

場合によっては、デフォルトブランチではなく別のブランチをスキャンした方がよいことがあります。長期間にわたって別のブランチで開発している場合などが該当します。Aikido のリポジトリ詳細ページ上部にあるブランチボタンをクリックすると、スキャン対象のブランチを上書きできます。

![GitHub 管理パネルのリポジトリに master ブランチと問題ステータスが表示されている。](/files/b2f818450ac37b1f2b4660a2dd0df9766a4e9d1a)

スケジュールされた同期でスキャンするブランチを変更できるモーダルが表示されます。

![スキャン用のブランチ名を更新して保存するダイアログボックス。](/files/348a03b3786ce72d4a34e634b3adbe8cfbea57da)

## マルチブランチのスキャン <a href="#multi-branch-scanning" id="multi-branch-scanning"></a>

同じリポジトリの複数ブランチを定期的にスキャンしたい場合は、お問い合わせいただければ Multi-Branch Scanning を有効化できます。これは有料プランでのみ利用可能です。マルチブランチスキャンが自分に適しているかどうかを確認してください [この記事のユースケースを確認して](/docs/docs-ja/kdosukyan/miscellaneous/support-for-multi-branch-scanning.md).


---

# 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/miscellaneous/scanned-branches-in-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.
