diff --git a/README.md b/README.md index d215b8c067b150d50b21a863b240990fc2086f8e..1365cf444f7e3d2a706b147a85385571678daa06 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ include: Those jobs trigger a Gitleaks analysis (either on the complete repository, either on the current branch). They use the following configuration. -| Name | description | default value | +| Name | Description | Default value | | --------------------- | -------------------------------------- | ----------------- | | `GITLEAKS_IMAGE` | The Docker image used to run Gitleaks | `registry.hub.docker.com/zricethezav/gitleaks:latest` | | `GITLEAKS_RULES` | Gitleaks [configuration rules](https://github.com/zricethezav/gitleaks#configuration) to use (you may also provide your own `.gitleaks.toml` configuration file in your project). | _none_ (uses default rules) |