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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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` |

+1 −1
Original line number Diff line number Diff line
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -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)