snyk / gradle-plugin

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

Win error after download #25

Open rcw3bb opened 1 year ago

rcw3bb commented 1 year ago

Hi, I'm using your plugin but it fails after the snyk.exe download. I've fixed it in this PR. Are you able to check it and merge if possible. Or you can fix it on your side.

fargus9 commented 4 months ago

The published plugin fails on Windows with:

Caused by: java.lang.UnsupportedOperationException
    at io.snyk.gradle.plugin.CliDownloader.setFilePermissions(CliDownloader.java:111)
    at io.snyk.gradle.plugin.CliDownloader.download(CliDownloader.java:97)