Commit 9d2bcb52 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add Trivy scan badges

parent f951139c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ The Gradle template uses some global configuration used throughout all jobs.

| Input / Variable | Description                                                                                                                                                                            | Default value             |
| ----------------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
| `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/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-GRADLE_IMAGE.svg)](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` |