> 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/configuration/limit-image-scanning-to-images-with-specific-tags.md).

# 特定のタグを持つイメージのみにイメージスキャンを制限

デフォルトでは、Aikido は常にスキャンします **アップロードされた最後のイメージ** あなたの Docker リポジトリ内で。

場合によっては、特定のタグ（たとえば 'production-'）が付いたイメージだけがスキャンされるようにするのが有用です。

Aikido では、イメージごとにタグフィルターを設定できます。次へ移動してください [コンテナ設定 ](https://app.aikido.dev/settings/container-image-registry)そして、これを有効にするには三点リーダーのアクションメニューをクリックします

![タグフィルターを追加、スキャン、または編集するオプションを備えた Docker リポジトリ管理画面。](/files/d9ed90c16e45ccfe90aa9fc3da0d91e7212ca9e9)

たとえば 'production-12345678' のような特定の文字列で始まるイメージだけをスキャンすることができます。これを行うには、ワイルドカードとして \* を使って production-\* というタグを入力します。

***


---

# 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/configuration/limit-image-scanning-to-images-with-specific-tags.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.
