diff --git a/README.md b/README.md index a89feb55a91ac98d038074c2e7eb32c2b3449c72..62d2f21a757c14cf6b3c383b4fdc101ab9fc1b14 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ They use the following configuration. | Input / Variable | Description | Default value | | --------------------- | -------------------------------------- | ----------------- | -| `image` / `GITLEAKS_IMAGE` | The Docker image used to run Gitleaks | `registry.hub.docker.com/zricethezav/gitleaks:latest` | +| `image` / `GITLEAKS_IMAGE` | The Docker image used to run Gitleaks | `registry.hub.docker.com/zricethezav/gitleaks:latest` <br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-GITLEAKS_IMAGE) | | `rules` / `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) | | `args` / `GITLEAKS_ARGS` | [Options](https://github.com/zricethezav/gitleaks/wiki/Options) for a full Gitleaks analysis (on master or develop branches) | `--verbose --redact` |