> 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 スキャナー**。Aikido スキャナーを選択すると、いくつかの利点があります：

* **拡張スキャン機能**: ライセンスとサポート終了（EOL）ランタイムをスキャンし、包括的なセキュリティ洞察を提供します。
* **より迅速な結果**: スキャン結果を迅速に提供し、開発・デプロイのプロセスを加速します。
* **対象を絞ったスキャンの効率性**: 特定のタグに基づいてスキャンでき、関連性と効率性が向上します。
* **継続スキャン:** GCP とは異なり、GCP は push 時に一度だけスキャンしますが、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 artifact registry』*.
3. **Aikido Scanner を選択**。\
   ​

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

   ![GCP Artifact Registry サービスに接続するには、GCP プロジェクト ID を入力し、JSON をアップロードしてください。](/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.
