aquasecurity/trivy
feat(maven): add `mirrors` support for settings.xml files
Fermée
#9 989 ouverte le 25 déc. 2025
help wantedkind/feature
Métriques du dépôt
- Stars
- (35 000 étoiles)
- Métriques de merge PR
- (Merge moyen 5j 2h) (53 PRs mergées en 30 j)
Description
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>