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

# Harbor Container Registry

Harbor Container Registry を Aikido と統合して、既知の脆弱性があるかどうか画像をスキャンできるようになりました。

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

#### Harbor で開始

**ステップ 1:** Harbor で「Administration」の下にある「Robot Accounts」で、Aikido 用の新しい Robot Account を作成します。名前を付けて、 `有効期限` を `なし。`

<figure><img src="/files/3c1ef5363f5b800648c5933bd83d298808814996" alt=""><figcaption></figcaption></figure>

**ステップ 2:** System Permissions を選択します。必ず次を設定してください `Catalog` を `読む`

<figure><img src="/files/45f930d4705f79e2c4b9a44b96aa21c685466731" alt=""><figcaption></figcaption></figure>

**手順 3。** Project Permissions を選択します。次を設定してください `Artifact` を `List`、および `Repository` を `List,Pull` .

<figure><img src="/files/d9ec1c940971b12212096b2d266c9223b20e9922" alt=""><figcaption></figcaption></figure>

#### **Aikido で続行**

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

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

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

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

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