snyk / snyk-gradle-plugin

Basic Snyk CLI plugin for Gradle support
Other
25 stars 19 forks source link

fix: graceful resolvable configs #163

Closed anthogez closed 3 years ago

anthogez commented 3 years ago

making configsSuccessfullyResolved more graceful, when at least a single dependency available in a config failed e.g. 1/5, we immediately were considering the config not resolvable and filtering it out. By using configuration.resolvedConfiguration.firstLevelModuleDependencies; We no longer try to locate and download files as we were doing with configuration.resolve. With the new approach we just ask for the instances available for each direct dependency of the configuration that matches the given spec. Continue reading https://docs.gradle.org/current/javadoc/org/gradle/api/artifacts/ResolvedConfiguration.html

snyksec commented 3 years ago

:tada: This PR is included in version 3.12.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: