> 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/image-scanning-for-digitalocean-container-registry.md).

# DigitalOcean Container Registry

DigitalOcean Container Registry を Aikido と連携して、コンテナに既知の脆弱性がないかスキャンできます。

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

**ステップ 1:** いくつかのデータを取得するために、DigitalOcean アカウントにログインしてください。

必要なのは Personal Access Token（PAT）だけです。直接の URL: <https://cloud.digitalocean.com/account/api/tokens> （下のスクリーンショットを参照）

![スコープと有効期限のオプションを含む新しい個人アクセストークンを作成するフォーム。](/files/832ed7c334e46a7421311325fefcab69f74789ea)

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

![ニックネームとアクセストークンを使用して DigitalOcean のコンテナイメージレジストリを接続するフォーム。](/files/09e9b64618be85fc5518a3cd70cdad33c84bb8f0)

**ステップ 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/cloud-provider-registries/image-scanning-for-digitalocean-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.
