> 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/standalone-registries/quayio-cloud-registry.md).

# Quay.io Cloud Registry

Quay.io のコンテナレジストリを Aikido と統合して、既知の脆弱性がないかコンテナをスキャンできます。なお、これはユーザーアカウントではなく、組織アカウントでのみ機能します。

この機能を有効にするには、以下の簡単な手順に従ってください：

**ステップ 1:** Quay アカウントにログインし、上部メニューから Repositories に移動します。右側に組織の一覧が表示されたメニューがあるはずです。リンクしたい組織をクリックしてください。

![新しいリポジトリまたは組織を作成するには、ユーザーまたは組織を選択します。](/files/23cbb9d2788efa4898df98bc5f2bec77e6df21e0)

**ステップ 2:** 左側のメニューで「Robot Accounts」をクリックします。次に、Aikido という新しい Robot Account を作成します。リポジトリに対する権限を付与してください。

![名前入力欄と検証要件を備えた、新しい robot account を作成するためのフォーム。](/files/566650b34c1dbae67e0c96fbe5b9615451027d72)

**ステップ 3:** 先ほど作成した bot の名前をクリックして認証情報を表示し、名前とトークンをコピーします。<br>

**ステップ 4:** 組織の詳細ページに戻り、左側のメニューで「Applications」をクリックします。

![ツールチップが表示された、「Applications」とラベル付けされたサイドバーアイコン。](/files/03841f271e0ea3aa3bab338b8310562ac6a6d178)

**ステップ 5：** 「aikido」という名前の新しいアプリを作成します。次に、左側で「トークンを生成」をクリックします。スコープ「**表示されているすべてのリポジトリを表示」,** その後「Generate token」をクリックし、表示された画面からアクセストークンをコピーします。

![リポジトリ管理インターフェースにおける、ユーザー「aikidodev」の OAuth 2 アクセストークン権限選択。](/files/66571d0b221f11649347e608170cc1600c293d91)

**ステップ 6：** 収集したデータを Aikido に入力してください（直接リンク： <https://app.aikido.dev/settings/container-image-registry/add/quay>)

Quay のページ上部から組織名をコピーします。



**ステップ 7：** Aikido がアクセス可能なすべてのコンテナリポジトリを見つけて一覧表示します。

**ステップ 8:** 調査結果の重複排除をより正確に行うために、リポジトリをコードリポジトリにリンクできます。この手順は任意です！

**ステップ 9:** レジストリ横のアクションメニューで「scan repos in registry」をクリックして開始してください。結果は Feed に表示されます！

### &#x20;<a href="#set-up-quay-container-scanning" id="set-up-quay-container-scanning"></a>


---

# 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/standalone-registries/quayio-cloud-registry.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.
