> 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/scanning-frequencies.md).

# 定期スキャンの頻度

Aikido は、セキュリティとパフォーマンスを確保するために、さまざまなコンポーネントに対する既定のスキャン頻度を提供します。ここでは、これらのスキャン既定値と、その変更方法について学びます。

{% hint style="info" %}
Aikido は、IDE 内での保存のたびにリアルタイムでも実行され、さらに PR ゲーティングを通じて、プッシュやプルリクエストのたびにも実行されます。以下の設定は、追加で実行される定期再スキャンを制御します。
{% endhint %}

### スキャン頻度 <a href="#scanning-frequencies" id="scanning-frequencies"></a>

* 既定では、すべての有料プランで、Aikido は **毎日** オープンソース依存関係、SAST、IaC、シークレット、クラウド、コンテナ、フロントエンドドメインをスキャンします。
* Hosted Domains と API でスキャンされるドメインは、既定で **週に2回** 実行されます。これはシステムへの負荷が高いためです。
* 修正が正しく実装されたかをすぐに確認したい場合は、 **手動スキャン** を UI の「Start Scan」をクリックして実行できます。

  ![9 個のアクティブなリポジトリと、目立つ「Start Scan」ボタンが表示されたリポジトリページ。](/files/0914f4e88b46ebeb25abeaa801550c02696c5910)

> 無料プランのワークスペースは 3 日ごとにスキャンされ、ユーザーは手動でスキャンを開始できません。Hosted domains は週に1回スキャンされます。

### スキャン頻度の変更 <a href="#changing-scanning-frequency" id="changing-scanning-frequency"></a>

スキャン頻度を変更したい場合は、 [一般設定](https://app.aikido.dev/settings/account) （管理者のみ）に移動し、 **スキャン頻度の変更**.

![自動スキャン頻度を設定します: 毎日、3日ごと、毎週、または毎月。](/files/9e0fecea5858fde635cbd22460d4657b8b9bcb05)


---

# 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/scanning-frequencies.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.
