aquasecurity/trivy
在 GitHub 查看feat(maven): add `mirrors` support for settings.xml files
Closed
#9,989 建立於 2025年12月25日
help wantedkind/feature
描述
Description
We have already added repository retrieval from the profiles field.
But Trivy should also check mirrors.
<mirrors>
<mirror>
<id>mycompany-maven-central-mirror</id>
<name>mycompany-maven-central-mirror</name>
<url>https://mycompany.example.com/repository/maven-central-mirror</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>