| `image` / `GRADLE_IMAGE` | The Docker image used to run Gradle <br/>:warning: **set the version required by your project** | `registry.hub.docker.com/library/gradle:latest` |
| `image` / `GRADLE_IMAGE` | The Docker image used to run Gradle <br/>:warning: **set the version required by your project** | `registry.hub.docker.com/library/gradle:latest`<br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-GRADLE_IMAGE) |
| `cli-opts` / `GRADLE_CLI_OPTS` | Additional Gradle options used on the command line | `None` |
| `cli-bin` / `GRADLE_CLI_BIN` | The location of the gradle binary. If you prefer using a [gradle wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) you should override this (for e.g. `gradlew`) | `gradle` |
| `user-home` / `GRADLE_USER_HOME` | The gradle user home | `$CI_PROJECT_DIR/.gradle` |