trivy icon indicating copy to clipboard operation
trivy copied to clipboard

feat(pom.xml): parse `maven-metadata.xml` files for snapshot repositories.

Open DmitriyLewen opened this issue 1 year ago • 0 comments

Description

We updated logic for repositories from pom files: #6171, #6412.

But some snapshot repositories (e.g. oss) use maven-metadata.xml file to get url of pom file. see more in https://github.com/aquasecurity/trivy/pull/6412#issuecomment-2058352431 We also need to add this logic.

DmitriyLewen avatar Apr 17 '24 08:04 DmitriyLewen