You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurred while analyzing '/builds/bifrost/bifrost-jvm-apps/gradleUserHome/caches/modules-2/files-2.1/io.netty/netty-codec/4.1.117.Final/2831d3431ed93d9c0b64b1c0cce2ced4737539aa/netty-codec-4.1.117.Final.jar' (Sonatype OSS Index Analyzer): Failed to request component-reports
And then also tons of AnalysisException: Failed to request component-reports, at the bottom:
AnalysisException: Failed to request component-reports
caused by IllegalArgumentException: URLDecoder: Incomplete trailing escape (%) pattern
at org.owasp.dependencycheck.Engine.analyzeDependencies(Engine.java:690)
at org.owasp.dependencycheck.gradle.tasks.AbstractAnalyze.analyze(AbstractAnalyze.groovy:103)
... 150 more
Describe the bug
Multiple module project, running
./gradlew dependencyCheckAggregate --info --continue --stacktrace
In the log I see tons of errors, such as:
And then also tons of
AnalysisException: Failed to request component-reports
, at the bottom:Version of dependency-check used
12.1.1
Log file
here
To Reproduce
It only happens on our internal CI
Expected behavior
No error
Additional context
It started from itself without any rational explanation
The text was updated successfully, but these errors were encountered: