Skip to content
Snippets Groups Projects
Commit 47f16fd5 authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Cédric OLIVIER
Browse files

fix: "Add registry name in all Docker images"

parent 9b900eaa
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ They use the following configuration.
| Name | description | default value |
| --------------------- | -------------------------------------- | ----------------- |
| `GITLEAKS_IMAGE` | The Docker image used to run Gitleaks | `zricethezav/gitleaks:latest` |
| `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) |
| `GITLEAKS_ARGS` | [Options](https://github.com/zricethezav/gitleaks/wiki/Options) for a full Gitleaks analysis (on master or develop branches) | `--verbose` |
......
......@@ -7,7 +7,7 @@
{
"name": "GITLEAKS_IMAGE",
"description": "The Docker image used to run Gitleaks",
"default": "zricethezav/gitleaks:latest"
"default": "registry.hub.docker.com/zricethezav/gitleaks:latest"
},
{
"name": "GITLEAKS_RULES",
......
......@@ -45,7 +45,7 @@ variables:
TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
# Default Docker image (can be overridden)
GITLEAKS_IMAGE: "zricethezav/gitleaks:latest"
GITLEAKS_IMAGE: "registry.hub.docker.com/zricethezav/gitleaks:latest"
GITLEAKS_ARGS: "--verbose"
# default production ref name (pattern)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment