> 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/jfrog-artifactory.md).

# JFrog Artifactory

既知の脆弱性についてイメージをスキャンするために、JFrog Artifactory を Aikido と連携できます。

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

**ステップ 1:** JFrog では、ユーザー名と JWT アクセストークンを含むいくつかのデータを収集する必要があります。ユーザー名は Users テーブルに表示されている値です。まず、右上の「User Management」をクリックします。

![プロジェクト、ユーザー管理、セキュリティ設定のオプションがあるプラットフォーム設定メニュー。](/files/1fad28614a9bb94da53df8c0411585a874b79ffc)

次に、左側のメニューで「Access Tokens」をクリックします。

![ユーザー管理とセキュリティのアクセストークンオプションを表示しているプラットフォーム設定のサイドバー。](/files/1edb2908478d633e03ec4d39b74381bf3f87c39d)

右上隅で「Generate token」をクリックし、以下のように設定を入力します。

![カスタム設定でスコープ付きユーザーアクセストークンを作成するためのトークン生成ウィンドウ。](/files/bb2b6674a4979d91729409dfadd275acb1f323ff)

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

![認証情報と URL を使用して JFrog Artifactory コンテナイメージレジストリに接続するためのフォーム。](/files/f8a088038b4de6ed99bcb2613ce7e8331fc49b2d)

**ステップ 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/jfrog-artifactory.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.
