snyk / gradle-plugin

Snyk Gradle Plugin - Scanning and monitoring your dependencies for security vulnerabilities from Gradle
Other
17 stars 19 forks source link

Request: Configure where the Snyk binary is downloaded #14

Open adam-dpg opened 2 years ago

adam-dpg commented 2 years ago

I've just set up the Snyk plugin in my Gradle build and it creates a 60mb binary file in the root of my project.

image

I think a better location would be in the $projectRoot/.gradle directory. This fits other Gradle plugins, like the Gradle Node plugin, which installs an npm binary into a .gradle directory.

I'd also like to be able to configure this.

Gradle: 7.4.2 Snyk plugin: 0.4

steven-sheehy commented 1 year ago

I would like to see this as well. Have to add a .gitignore entry for the snyk file whereas .gradle/ is already ignored. At least it should be a configurable option on the extension.