Report gemnasium-gradle-plugin version in gemnasium-maven logs
Problem to solve
When running a scan with gemnasium-maven, it's not possible to tell which version of the gemnasium-gradle-plugin is being used, which can lead to bugs like the one fixed in Update to v0.3.2 of gradle-plugin in build.gradle. In order to prevent this from happening in the future, we should log the version of the gemnasium-gradle-plugin when running a dependency scan from gemnasium-maven
Intended users
User experience goal
Users can easily determine which version of the gemnasium-gradle-plugin is being used
Proposal
Insert a log message into the analyzer-wrapper to output the GEMNASIUM_GRADLE_PLUGIN_VERSION environment variable which was added by Insert gemnasium-gradle-plugin version into gemnasium-maven project when building Docker image.
Further details
Outputting the version of the gemnasium-gradle-plugin will make it easier to debug issues.
Availability & Testing
Manually tes
What does success look like, and how can we measure that?
The version of the gemnasium-gradle-plugin will be output as log message when running a dependency scan using gemnasium-maven
What is the type of buyer?
GitLab Ultimate Enterprise Edition
Is this a cross-stage feature?
No, this only affects dependency scanning