Skip to content

Commit 154f182

Browse files
authored
Update Supported Package Managers by the SCA (#31304)
1 parent 935861f commit 154f182

File tree

1 file changed

+5
-0
lines changed
  • content/en/security/code_security/software_composition_analysis/setup_static

1 file changed

+5
-0
lines changed

content/en/security/code_security/software_composition_analysis/setup_static/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,21 @@ Datadog SCA scans libraries in the following languages and **requires** a lockfi
7171
| Language | Package Manager | Lockfile |
7272
|------------|-------------------|------------------------------------------|
7373
| C# | .NET | `packages.lock.json` |
74+
| C++ | Conan | `conan.lock` |
75+
| Erlang | Hex | `mix.lock` |
7476
| Go | mod | `go.mod` |
7577
| JVM | Gradle | `gradle.lockfile` |
7678
| JVM | Maven | `pom.xml` |
7779
| Node.js | npm | `package-lock.json` |
7880
| Node.js | pnpm | `pnpm-lock.yaml` |
7981
| Node.js | yarn | `yarn.lock` |
8082
| PHP | composer | `composer.lock` |
83+
| Python | PDM | `pdm.lock` |
8184
| Python | pip | `requirements.txt`, `Pipfile.lock` |
8285
| Python | poetry | `poetry.lock` |
86+
| Python | UV | `uv.lock` |
8387
| Ruby | bundler | `Gemfile.lock` |
88+
| Rust | Cargo | `cargo.lock` |
8489

8590
### Select your source code management provider
8691
Datadog SCA supports all source code management providers, with native support for GitHub, GitLab, and Azure DevOps.

0 commit comments

Comments
 (0)