snyk / snyk-gradle-plugin

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

fix: scanning lock due of unresolved deps #161

Closed anthogez closed 3 years ago

anthogez commented 3 years ago

By going into test/fixtures/successful-scan-with-unresolved-custom-configs/build.gradle and running gradle -q dependencies you will see the following message (pic below)

This fixture emulates issue gradle/gradle#6854, where gradle cannot resolve incremental analysis configurations.

Screen Shot 2021-01-31 at 18 54 04

What does FAILED means? Means any dependency belonging to these configuratios failed to be resolved (compute depGraph)

Continue reading about failed resolution in Gradle Docs.. https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html#example_rendering_the_dependency_report_for_a_custom_configuration

snyksec commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: