Commit 7230a1d5 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add Trivy scan badges

parent 16a8b969
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ It uses the following variable:

| Input / Variable | Description                              | Default value     |
| ---------------- | ---------------------------------------- | ----------------- |
| `image` / `LHCI_IMAGE` | The Docker image used to run Lighthouse CI (use [browser images](https://github.com/cypress-io/cypress-docker-images/tree/master/browsers) only). | `registry.hub.docker.com/cypress/browsers:latest`   |
| `image` / `LHCI_IMAGE` | The Docker image used to run Lighthouse CI (use [browser images](https://github.com/cypress-io/cypress-docker-images/tree/master/browsers) only). | `registry.hub.docker.com/cypress/browsers:latest`   <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-LHCI_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-LHCI_IMAGE) |
| `version` / `LHCI_VERSION` | Lighthouse CI version to run | `latest` |
| `run-opts` / `LHCI_RUN_OPTS` | Lighthouse CI [autorun options](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/configuration.md#autorun) | `--upload.target=filesystem --collect.settings.chromeFlags=\"--no-sandbox\" --collect.url=\"%{environment_url}\"` |
| `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable Lighthouse tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |