> 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/wkufurtogaido/additional-cloud-providers/scanning-scaleway-with-aikido.md).

# Aikido で Scaleway をスキャン

Aikidoは、Scaleway上のワークロードの保護を、特定の統合を通じて完全にサポートしています。将来的にネイティブ統合が追加される可能性はありますが、以下を組み合わせることで、すでに完全なカバレッジを実現できます:<br>

* [**コンテナイメージスキャン**](#container-image-scanning) Scalewayのレジストリ、またはその他のOCI互換レジストリ向け
* [**Kubernetes クラスターのスキャン**](#kubernetes-cluster-scanning) Scaleway Managed Kubernetes、またはセルフマネージドクラスター向け
* [**Kubernetes クラスターのイメージスキャン**](#kubernetes-cluster-image-scanning) Scaleway Managed Kubernetes、またはセルフマネージドクラスター向け
* [**仮想マシンスキャン**](#virtual-machine-scanning) Scalewayインスタンス上のLocal VM Scanner経由で

## 機能

### コンテナイメージスキャン

Scalewayのコンテナレジストリと、Scalewayから利用するほとんどのサードパーティレジストリはOCI互換のため、Aikidoでスキャンできます。

Scalewayレジストリで読み取り専用、またはプル専用のユーザーを作成します: <https://www.scaleway.com/en/docs/container-registry/how-to/connect-docker-cli/>

以下の OCI ガイドに従って、コンテナイメージスキャンを設定します

{% content-ref url="/pages/6a5d72cfab9a6689c7c638172ccd7e285110bf66" %}
[汎用OCI互換レジストリ](/docs/docs-ja/kontenaimjisukyan/standalone-registries/generic-oci-compatible-registry.md)
{% endcontent-ref %}

### Kubernetes クラスターのスキャン

Scaleway Managed Kubernetesを使用している場合、またはScalewayのVM上で独自のKubernetesクラスターを運用している場合は、一般的なKubernetesクラスターとして接続できます。

{% content-ref url="/pages/4eba08cb1f8abc0f48c31687efde17f5b299aaa0" %}
[Kubernetesクラスタースキャン](/docs/docs-ja/kuraudosukyan/kubernetes-cluster-scanning.md)
{% endcontent-ref %}

### Kubernetes クラスターのイメージスキャン

Scaleway Managed Kubernetesを使用している場合、またはScalewayのVM上で独自のKubernetesクラスターを運用している場合は、Kubernetesイメージスキャンを使用して実行中のコンテナのイメージをスキャンできます。

{% content-ref url="/pages/ebce01964585f96745600f83b9ba499c97947f41" %}
[Kubernetesクラスター内イメージスキャン](/docs/docs-ja/kuraudosukyan/kubernetes-cluster-scanning/kubernetes-in-cluster-image-scanning.md)
{% endcontent-ref %}

### 仮想マシンスキャン

Scaleway上の仮想マシンをスキャンするには、Local VM Scannerを使用します。インスタンス上でパッケージ、システム依存関係、設定を直接検査します。

{% content-ref url="/pages/bff6559245dacffd7e3b448230318335c527273b" %}
[ローカルVMスキャン](/docs/docs-ja/mashinsukyan/local-vm-scanning.md)
{% endcontent-ref %}

通常使用している自動化ツール（例: Ansible、Terraformでプロビジョニングしたスクリプト、またはcloud-init）を使って中央で展開できるため、新しいScalewayインスタンスは自動的に登録されます。


---

# 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/wkufurtogaido/additional-cloud-providers/scanning-scaleway-with-aikido.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.
