jfrog-cli
jfrog-cli copied to clipboard
Supporting Maven and Gradle Wrapper in JFrog Xray audit-gradle and audit-mvn
Is your feature request related to a problem? Please describe. I am trying to execute JFrog Cli with the command jfrog audit-gradle
I got and error below: [Error] exec: "gradle": executable file not found in $PATH
It seems the jfrog cli relies on gradle on the path which may be installed as a system wide gradle installation.
Describe the solution you'd like to see I prefer the jfrog cli for audit-gradle to support gradle wrapper. This can be extended to maven wrapper as well. Our environment doesn't have system wide installation of Gradle/Maven in the system $PATH.