feat(java): use remote repositories from settings.xml
for pom.xml
files
#7807
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Description
We currently get
repositories
frompom.xml
files +maven central
:trivy/pkg/dependency/parser/java/pom/parse.go
Lines 339 to 342 in 57e24aa
But
settings.xml
file may also contain remote repositories.We need to add logic to get repositories from this file.
See more details in #7175
Discussed in #7175
The text was updated successfully, but these errors were encountered: