> 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.
