> 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/cloudsmith-container-registry.md).

# Cloudsmith Container Registry

Cloudsmith の Container Registry を Aikido と連携して、既知の脆弱性がないかイメージをスキャンできます。

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

**ステップ 1:** Cloudsmith アカウントにログインし、API Settings に移動します。

下のスクリーンショットをご覧ください。

API キーを取得する必要があります。直接 URL： <https://cloudsmith.io/user/settings/api/>

![設定、ドキュメントへのリンク、ログアウトオプションを表示するユーザーアカウントのドロップダウンメニュー。](/files/f2b05cea3c6888f5d13a36c10315df71f5969fea)

この画面から API キーを直接コピーできます：

![Cloudsmith アカウントの連携とセキュリティのための API キー管理および制限設定。](/files/e5a8d140a328b44b294700f660051c20cc14fd5c)

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

![Cloudsmith のコンテナーイメージレジストリアカウントに接続して認証するためのフォーム。](/files/aec8e79c64dbc6d8feb5ec73c5b518ad5165765f)

* **ユーザー名** 上部のユーザーアカウントで見つけることができます（上の最初のスクリーンショットを参照）
* **組織のネームスペース** ここで見つけられます：

![ユーザーの役割と組織のオプションを表示する、組織メンバー管理ダッシュボード。](/files/512cbc6e6144da5f07727a270624dc09680b17d2)

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

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

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

***


---

# 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/cloudsmith-container-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.
