aquasecurity/trivy

feat(maven): add `mirrors` support for settings.xml files

クローズ

#9,989 opened on 2025/12/25

 (3 件のコメント) (1 件のリアクション) (1 人の担当者)Go (371 件のフォーク)batch import
help wantedkind/feature

Repository metrics

Stars
 (35,000 個のスター)
PR merge metrics
 (平均マージ 5d 2h) (30d で 53 merged PRs)

説明

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>

コントリビューターガイド