> 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/local-image-scanning.md).

# ローカルイメージスキャン

ローカルイメージスキャンを使用すると、コードやイメージを Aikido に送信することなく、自分のマシン上でコンテナイメージを分析できます。開発中にビルドをテストしたい場合、分離された環境で問題をデバッグしたい場合、または機密性の高いイメージを完全にローカルに保ちたい場合に便利です。

{% hint style="success" %}
日常的なワークフローでは、 [クラウドプロバイダー連携](/docs/docs-ja/kontenaimjisukyan/cloud-provider-registries.md) または [スタンドアロンのレジストリ](/docs/docs-ja/kontenaimjisukyan/standalone-registries.md) を使用することをおすすめします。どちらもより高速な結果とより良いカバレッジを提供するためです。
{% endhint %}

もしお探しなのが [ソースコードスキャンであれば、コードスキャンのドキュメントを確認してください](/docs/docs-ja/kdosukyan/local-code-scanning.md).

## 全般

{% content-ref url="/pages/d087bed80f3d9fba47918c14a7dbd2f3f5d13d76" %}
[ローカルスキャナーを使ったイメージスキャンの設定](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/setting-up-image-scanning-with-local-scanner.md)
{% endcontent-ref %}

{% content-ref url="/pages/b65bf2af38d7d09dc15011145f7cd299003ef293" %}
[ローカルイメージスキャナーを使用したコンテナイメージの PR ゲーティング](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/pr-gating-for-container-images-using-local-image-scanner.md)
{% endcontent-ref %}

## CI/CD インテグレーション

{% content-ref url="/pages/7d0c95f09c59253d2c68f39cc92da783439176c6" %}
[ローカルイメージスキャンのための Azure DevOps Server 設定](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/azure-devops-server-setup-for-local-image-scanning.md)
{% endcontent-ref %}

{% content-ref url="/pages/1cfe5954c2474c549de83fc874bef1a866222ca5" %}
[ローカルイメージスキャンのための Bitbucket Pipeline 設定](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/bitbucket-pipeline-setup-for-local-image-scanning.md)
{% endcontent-ref %}

{% content-ref url="/pages/730f24b200fcdd4eb8b0e746950048ba67ed7a79" %}
[ローカルイメージスキャンのための CircleCI 設定](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/circleci-setup-for-local-image-scanning.md)
{% endcontent-ref %}

{% content-ref url="/pages/1ac746f416edcbf0bd084a55c41a5cb683686176" %}
[ローカルイメージスキャンのための GitHub Action 設定](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/github-action-setup-for-local-image-scanning.md)
{% endcontent-ref %}

{% content-ref url="/pages/3c500a0fe11404165498b5b9b99b46ddf5913a70" %}
[ローカルイメージスキャンのための GitLab 設定](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/gitlab-setup-for-local-image-scanning.md)
{% endcontent-ref %}

{% content-ref url="/pages/80e55d95419e19ec89db9e13ea0f565169258494" %}
[ローカルイメージスキャンのための Jenkins 設定](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/jenkins-setup-for-local-image-scanning.md)
{% endcontent-ref %}

## その他

{% content-ref url="/pages/6d186f7dd3e49f6e029a16bf71e1928e563c0bac" %}
[ローカルスキャナーによる Kaniko イメージスキャン](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/setting-up-kaniko-image-scanning-with-local-scanner.md)
{% endcontent-ref %}


---

# 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/local-image-scanning.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.
