> 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 %}

{% content-ref url="/pages/c5d388c9aca598719bfcd6ecfc2d1d85a5047f21" %}
[ローカルイメージスキャナーを使ったコンテナイメージのリリースゲーティング](/docs/docs-ja/kontenaimjisukyan/local-image-scanning/release-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.
