> 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:** 先ほど作成したボットの名前をクリックして認証情報を表示し、名前とトークンをコピーします。<br>

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

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

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

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

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

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

​

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

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

**ステップ 9:** レジストリ横のアクションメニューで「レジストリ内のリポジトリをスキャン」をクリックして開始します。結果は 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.
