Getting blocked by people.apache.org when fetching pom files - Resulting in extremely slow scanning #8000
-
DescriptionWhen Trivy tries to fetch pom files from people.apache.org, the domain throttles/blocks you, which results in constant timeouts and extremely slow scans. Desired BehaviorSkip the people.apache.org urls instead of trying to fetch. Actual BehaviorTries fetching from an unreliable source which makes scans very slow (without any benefits) Reproduction StepsHaving a bit of a more complicated repo with multiple pom files where Trivy tries to fetch from people.apache.org TargetGit Repository ScannerVulnerability Output FormatNone ModeStandalone Debug Outputscreenshot in 'Actual Behaviour' section Operating Systemverified on macOS & Linux Version0.56.1 Checklist
|
Beta Was this translation helpful? Give feedback.
Answered by
DmitriyLewen
Dec 2, 2024
Replies: 1 comment 10 replies
-
Please share a small pom.xml to reproduce it. We need to figure out why it accesses people.apache.org first. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it. You use
v0.56.1
version.We updated logic to work with parents in
v0.57.0
(#7541)Can you take a looks with latest version?