{ "name": "Gitleaks", "description": "Detect and prevent hardcoded secrets in your Git repository with [Gitleaks](https://github.com/zricethezav/gitleaks/wiki)", "template_path": "templates/gitlab-ci-gitleaks.yml", "kind": "analyse", "prefix": "gitleaks", "is_component": true, "variables": [ { "name": "GITLEAKS_IMAGE", "description": "The Docker image used to run Gitleaks", "default": "registry.hub.docker.com/zricethezav/gitleaks:latest" }, { "name": "GITLEAKS_RULES", "description": "Gitleaks [configuration rules](https://github.com/zricethezav/gitleaks/wiki/Configuration) to use (you may also provide your own `.gitleaks.toml` configuration file in your project).", "advanced": true }, { "name": "GITLEAKS_ARGS", "description": "[Options](https://github.com/zricethezav/gitleaks/wiki/Options) for a full Gitleaks analysis (on master or develop branches)", "default": "--verbose", "advanced": true } ] }