> 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>

同じリポジトリの複数ブランチを定期的にスキャンしたい場合は、お問い合わせいただければマルチブランチスキャンを有効化できます。これは有料プランでのみ利用可能です。この記事のユースケースを確認して、マルチブランチスキャンが自分に適しているかご確認ください [この記事のユースケースを確認することで](/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.
