> 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/kontenaimjisukyan/cloud-provider-registries/noise-reduction-for-container-images.md).

# コンテナイメージのノイズ削減

Aikido は、接続済みのクラウドまたは Kubernetes 環境で稼働中のものを見つけられないコンテナイメージを自動的に無効化することでノイズを減らします。そのため、古くて使われていないイメージをスキャンして検出結果を得ることはありません。

#### **ユースケース**

* 古いビルドでいっぱいのレジストリ: 古いフィーチャーブランチのイメージ、置き換えられたリリース、放棄された CI 成果物が、時間の経過とともにレジストリに蓄積していきます。どれももう何にも依存されていないのに、それぞれが検出結果を生成し続けます。
* 関係のないリスクによるアラート疲れ: 未対応の検出結果の大半が誰も実行していないイメージから来ていると、本当に重要なものを見つけて優先順位を付けるのが難しくなります。
* 移行とレジストリのクリーンアップ: レジストリ間を移動したりインフラを統合したりするチームは、古いコピーを置き去りにしがちです。これにより、アクティブな問題数が増えすぎるのを防げます。

#### 仕組み

* Aikido は、各イメージを接続済みの実行環境とクラウド環境と照合します。
* 実行中のデプロイメントと照合できないイメージは無効化されます。新しい問題は生成しなくなりますが、スキャン履歴とともに Aikido 上では引き続き表示されます。
* 後で Aikido がそのイメージの再稼働を検知すると、自動的に再有効化されます。
* 手動で有効化または無効化されたイメージには影響しません。この設定は、自分で設定した状態を上書きしません。

#### 前提条件

* この設定を有効にする前に、クラウドと Kubernetes 環境を接続してください。これらがないと、Aikido にはイメージと照合するための実行時データがなく、どのイメージを安全に無効化できるか判断できません。

{% hint style="info" %}
AWS をご利用で、2026 年 7 月 13 日以前にアカウントを接続した場合は、 [CloudFormation スタックも更新してください](https://help.aikido.dev/cloud-scanning/connect-your-cloud/aws/connect-aws-account-to-aikido/update-aws-cloudformation-stack))
{% endhint %}

#### 有効にすると **稼働中のイメージのみをスキャン**

* 次へ移動: [**設定** > **コンテナー**](https://app.aikido.dev/settings/container-image-registry)
* 設定したいレジストリの三点リーダーをクリックし、「**レジストリ構成を編集**'
* で **レジストリ設定** モーダルで、次をオンに切り替え **稼働中のイメージのみをスキャン**
* クリック **保存**

<figure><img src="/files/929a871831a56af467ec6abcd70ebaa4e5f3eee5" alt=""><figcaption></figcaption></figure>

#### **注意事項**

* 同じイメージが Kubernetes スキャンとレジストリ検出の両方で見つかった場合は、Kubernetes で報告されたバージョンが優先されます。レジストリで検出されたバージョンも Aikido 上には存在しますが、重複スキャンを避けるため自動的に無効化されます。別の無効化されたコンテナとして表示される場合があります。
* これを有効にするとレジストリ内の稼働中イメージの大半が無効化される場合（Aikido では 75% のしきい値を使用します）、まず警告が表示されます。これは通常、クラウドまたは Kubernetes 環境がまだ完全には接続されていないことを意味します。正確な結果を得るには環境を接続してください。あるいは、そのまま有効にしてもかまいません。


---

# 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/kontenaimjisukyan/cloud-provider-registries/noise-reduction-for-container-images.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.
