Commit 175b0a2a authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add Trivy scan badges

parent d268ff02
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ It uses the following variables:

| Input / Variable | Description                                                                                               | Default value          |
| ------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image` / `K6_IMAGE` | The Docker image used to run k6                                                                           | `registry.hub.docker.com/grafana/k6:latest` |
| `image` / `K6_IMAGE` | The Docker image used to run k6                                                                           | `registry.hub.docker.com/grafana/k6:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-K6_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-K6_IMAGE) |
| `tests-dir` / `K6_TESTS_DIR` | The k6 tests directory                                                                             | `k6`                    |
| `extra-args` / `K6_EXTRA_ARGS` | k6 extra  [command-line](https://grafana.com/docs/k6/latest/get-started/running-k6/)                                   | _none_                 |
| `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable k6 tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled)      |