| `image` / `MKD_IMAGE` | The Docker image used to run MkDocs | `docker.io/squidfunk/mkdocs-material:latest` |
| `image` / `MKD_IMAGE` | The Docker image used to run MkDocs | `docker.io/squidfunk/mkdocs-material:latest`<br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-MKD_IMAGE) |
| `requirements-file` / `MKD_REQUIREMENTS_FILE` | Requirements file. If the file is not found in the repository, requirements are read from the `MKD_REQUIREMENTS` variable | `requirements.txt` |
| `requirements` / `MKD_REQUIREMENTS` | Space separated requirements (ignored if a requirement file is found) | `mkdocs` |
@@ -71,7 +71,7 @@ This job checks links with [lychee](https://github.com/lycheeverse/lychee). It u
| Input / Variable | Description | Default value |
| `lychee-enabled` / `MKD_LYCHEE_ENABLED` | Set to `true` to enable this job | _none_ (disabled) |
| `lychee-image` / `MKD_LYCHEE_IMAGE` | The Docker image used to run [lychee](https://github.com/lycheeverse/lychee) | `docker.io/lycheeverse/lychee:latest` |
| `lychee-image` / `MKD_LYCHEE_IMAGE` | The Docker image used to run [lychee](https://github.com/lycheeverse/lychee) | `docker.io/lycheeverse/lychee:latest`<br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-MKD_LYCHEE_IMAGE) |