snyk / snyk-gradle-plugin

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

fix: subproject with same name as root #222

Closed magdziarek closed 2 years ago

magdziarek commented 2 years ago

What this does

Changes the way subprojects are filtered, instead of checking if the subproject has the same name as the root project, check if it has the same path. This helps with when a project contains a nested subproject with the same name as root. Do not override one with the other.

snyksec commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: