Skip to content
Snippets Groups Projects
Commit 82fdae21 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch '14-add-registry-name-in-all-docker-images' into 'master'

Resolve "Add registry name in all Docker images"

Closes #14

See merge request to-be-continuous/gitleaks!34
parents 9b900eaa 47f16fd5
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ They use the following configuration. ...@@ -25,7 +25,7 @@ They use the following configuration.
| Name | description | default value | | 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_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` | | `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 @@ ...@@ -7,7 +7,7 @@
{ {
"name": "GITLEAKS_IMAGE", "name": "GITLEAKS_IMAGE",
"description": "The Docker image used to run Gitleaks", "description": "The Docker image used to run Gitleaks",
"default": "zricethezav/gitleaks:latest" "default": "registry.hub.docker.com/zricethezav/gitleaks:latest"
}, },
{ {
"name": "GITLEAKS_RULES", "name": "GITLEAKS_RULES",
......
...@@ -45,7 +45,7 @@ variables: ...@@ -45,7 +45,7 @@ variables:
TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
# Default Docker image (can be overridden) # Default Docker image (can be overridden)
GITLEAKS_IMAGE: "zricethezav/gitleaks:latest" GITLEAKS_IMAGE: "registry.hub.docker.com/zricethezav/gitleaks:latest"
GITLEAKS_ARGS: "--verbose" GITLEAKS_ARGS: "--verbose"
# default production ref name (pattern) # default production ref name (pattern)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment