mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 23:26:39 -08:00
feat(nodejs): support package.json (#1225)
Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
@@ -6,14 +6,15 @@
|
||||
|---------|-------------------------|:---------:|:--------------:|:---------------:|-----------------|
|
||||
| Ruby | Gemfile.lock | - | ✅ | ✅ | included |
|
||||
| | gemspec | ✅ | ✅ | - | included |
|
||||
| Python | Pipfile.lock | - | ✅ | ✅ |excluded |
|
||||
| Python | Pipfile.lock | - | ✅ | ✅ | excluded |
|
||||
| | poetry.lock | - | ✅ | ✅ | included |
|
||||
| | requirements.txt | - | ✅ | ✅ | included |
|
||||
| | egg package[^1] | ✅ | ✅ | - | excluded |
|
||||
| | wheel package[^2] | ✅ | ✅ | - | excluded |
|
||||
| PHP | composer.lock | ✅ | ✅ | ✅ | excluded |
|
||||
| Node.js | package-lock.json | ✅ | ✅ | ✅ | excluded |
|
||||
| | yarn.lock | ✅ | ✅ | ✅ | ncluded |
|
||||
| Node.js | package-lock.json | - | ✅ | ✅ | excluded |
|
||||
| | yarn.lock | - | ✅ | ✅ | included |
|
||||
| | package.json | ✅ | ✅ | - | excluded |
|
||||
| .NET | packages.lock.json | ✅ | ✅ | ✅ | included |
|
||||
| Java | JAR/WAR/EAR[^3][^4] | ✅ | ✅ | ✅ | included |
|
||||
| Go | Binaries built by Go[^5] | ✅ | ✅ | - | excluded |
|
||||
|
||||
Reference in New Issue
Block a user