Nested dependencies trying to use insecure http URLs? #485 #9406
vazkarvishal
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Issue discussed & Raised here: aquasecurity/trivy-action#485
While using the Trivy github action, we came across a situation where the action was taking ~2 hours to run. On enabling debug mode, we realised that trivy is trying to download snapshots from
httpURLs which is blocked on our firewall as we are only allowed port443. Below are the debug logs for the packages it tries:When I use
mvn dependency:tree | grep -B5 android-jsonmaven uses the https upstream like shown below:Why does the trivy scan not try to use https like maven does?
Target
Filesystem
Scanner
Vulnerability
Beta Was this translation helpful? Give feedback.
All reactions