> 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/aikido-scanner-for-gcp-artifact-registry.md).

# GCP Artifact Registry

## はじめに <a href="#introduction" id="introduction"></a>

Aikido は GCP Artifact イメージのスキャンを、両方の **GCP スキャナー** と **Aikido Scanner**。Aikido スキャナーを選択すると、いくつかの利点があります:

* **拡張されたスキャン機能**：ライセンスとサポート終了（EOL）ランタイムをスキャンし、包括的なセキュリティの洞察を提供します。
* **より迅速な結果**：スキャン結果を迅速に提供し、開発およびデプロイのプロセスを加速します。
* **対象を絞ったスキャンの効率**：特定のタグに基づくスキャンを可能にし、関連性と効率を高めます。
* **継続的なスキャン：** GCP はプッシュ時に一度だけスキャンしますが、Aikido は、イメージがしばらく更新されていなくても毎日スキャンを実行します。つまり、その間に新しい Common Vulnerabilities and Exposures（CVE）を Aikido が特定できるため、GCP では見逃す可能性のあるものも検出できます。
* **包括的な料金設定**：有料プランすべてに含まれており、GCP の push ごとの課金モデルに伴う追加費用なしで無制限にスキャンできます。

## Aikido Scanner のインストール <a href="#installing-the-aikido-scanner" id="installing-the-aikido-scanner"></a>

1. **移動先：** [**コンテナーページ**](https://app.aikido.dev/containers)
2. **レジストリを接続**：'レジストリを接続' をクリックし、最初のオプションを選択してください： *'GCP アーティファクト レジストリ'*.
3. **Aikido Scanner を選択**。\
   ​

   ![GCP Artifact Registry 用のスキャナーを選択してください: Aikido または GCP 脆弱性スキャン。](/files/9503c64e19c4ed88c6dcbb60e5a1ef4f667410b4)
4. **詳細を入力**："AikidoContainerReader" というサービス アカウントを作成し、"**Artifact Registry Reader**" をプロジェクト レベルで付与してください。\
   ​\
   サービス アカウントを作成したら、アクセスキーを生成して Aikido にアップロードする必要があります。このキーは、Aikido がリソースをスキャンするために必要な API リクエストを行う際に使用されます。\
   ​

   ![GCP プロジェクト ID を入力し、JSON をアップロードして GCP Artifact Registry サービスに接続します。](/files/28ee025b78c3b0afe81debe88d3f3d91b40e4bff)
5. **完了**：セットアップが完了すると、Aikido は接続されたレジストリを Aikido スキャナーで毎晩スキャンします。

***


---

# 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/aikido-scanner-for-gcp-artifact-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.
