Replies: 3 comments 5 replies
-
They are not supported now. |
Beta Was this translation helpful? Give feedback.
-
Hello @MorAlon1 ➜ 7231 mvn dependency:tree
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-webflux:jar is missing. @ line 16, column 17
[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-websocket:jar is missing. @ line 20, column 17
[ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-data-jdbc:jar is missing. @ line 24, column 17
[ERROR] 'dependencies.dependency.version' for org.postgresql:postgresql:jar is missing. @ line 28, column 17
[ERROR] 'dependencies.dependency.version' for org.springframework.kafka:spring-kafka:jar is missing. @ line 32, column 17 If Maybe you could share more details about your use case? |
Beta Was this translation helpful? Give feedback.
-
Created #7446 |
Beta Was this translation helpful? Give feedback.
-
Description
I have the following pom.xml in my repository:
When I run
trivy fs --list-all-pkgs --format json .
command on the root folder, I only get the dependencies that include versions in the pom.xml file.Desired Behavior
Getting all the dependencies, including those without versions.
Actual Behavior
Only getting dependencies that have versions in the pom.xml
Reproduction Steps
Target
Filesystem
Scanner
None
Output Format
JSON
Mode
None
Debug Output
Operating System
macOS
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions