> 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/kdosukyan/scanning-practices/support-for-dependency-scanning-by-language.md).

# 言語別依存関係スキャン（SCA）対応

Aikido は、すべての push と pull request に対して、IDE 上でリアルタイムに SCA を実行し、さらに定期的な再スキャン（既定では毎日）も行うため、変更されていない依存関係に新たに公開された CVE も検出できます。SCA は既知の CVE とリスクのあるオープンソースライセンスをカバーします。

以下は、対応している言語とそれぞれのロックファイルの表です。ロックファイルは、ビルド時の速度向上、ビルドの再現性向上、サプライチェーン攻撃に対する第一の防御層となるため、既定での使用を推奨します。もちろん、ロックファイルは Aikido が脆弱なパッケージを見つけるのにも役立ちます。

ルートとすべてのサブフォルダの両方でロックファイルをスキャンします。

| 言語                              | スキャン対象のロックファイル                                                                                                                                               |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p>JavaScript<br>TypeScript</p> | <p>npm-shrinkwrap.json</p><p>package-lock.json</p><p>yarn.lock</p><p>pnpm-lock.yaml</p><p>pnpm-lock.yml</p><p>bun.lock</p><p>deno.lock</p><p>libman.json</p> |
| PHP                             | composer.lock                                                                                                                                                |
| Java                            | <p>gradle.lockfile</p><p>build.gradle</p><p>pom.xml</p><p>.jar</p><p>.war</p><p>.ear<br>ivy.xml</p>                                                          |
| Swift                           | <p>Package.resolved</p><p>Podfile.lock</p>                                                                                                                   |
| Go                              | go.mod                                                                                                                                                       |
| Python                          | <p>Pipfile.lock</p><p>poetry.lock</p><p>uv.lock</p><p>pdm.lock</p><p>requirements.txt</p><p>requirements.lock</p><p>Conda: requirements.yml</p>              |
| .NET                            | <p>.csproj</p><p>.deps.json</p><p>packages.lock.json</p><p>packages.config</p><p>Packages.props<br>paket.lock</p>                                            |
| Ruby                            | gemfile.lock                                                                                                                                                 |
| Rust                            | <p>cargo.lock</p><p>cargo.toml</p>                                                                                                                           |
| Kotlin                          | build.gradle.kts, gradle.lockfile                                                                                                                            |
| Dart                            | pubspec.lock                                                                                                                                                 |
| Elixir                          | mix.lock                                                                                                                                                     |
| C/C++                           | <p>conan.lock</p><p>vcpkg.json</p><p>ロックファイルのない C/C++ 依存関係（<a href="https://help.aikido.dev/doc/cc-lockfile-less-scanning/doczSgARAloY">詳細情報</a>)</p>        |
| Scala                           | <p>build.sbt</p><p>plugins.sbt</p><p>dependencies.scala</p><p>libraries.scala</p><p>.sbt.lock</p>                                                            |
| Clojure                         | <p>deps.edn<br>project.clj</p>                                                                                                                               |
| Unity UPM                       | packages-lock.json（Aikido は NPM から取得した UPM パッケージのみをスキャンし、インポートします）                                                                                           |


---

# 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/kdosukyan/scanning-practices/support-for-dependency-scanning-by-language.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.
