Commit 252684c6 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add Trivy scan badges

parent 6feaa30c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ It is bound to the `acceptance` stage, and uses the following variable:

| Input / Variable | Description                                                 | Default value |
| --------------------- | ----------------------------------------------------------- | ------------- |
| `base-image` / `ROBOT_BASE_IMAGE` | The Docker image used to run Robot Framework                | `registry.hub.docker.com/ppodgorsek/robot-framework:latest` |
| `base-image` / `ROBOT_BASE_IMAGE` | The Docker image used to run Robot Framework                | `registry.hub.docker.com/ppodgorsek/robot-framework:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-ROBOT_BASE_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-ROBOT_BASE_IMAGE) |
| `tests-dir` / `ROBOT_TESTS_DIR` | Robot Framework's tests directory                           | `robot` |
| `threads` / `ROBOT_THREADS` | Number of threads to execute Robot Framework's tests (uses [Pabot](https://pabot.org/) if > `1`)  | `1` |
| `screen-colour-depth` / `ROBOT_SCREEN_COLOUR_DEPTH` | Screen colour depth for X Window Virtual Framebuffer  | `24`   |