Commit 511416eb authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Cédric OLIVIER
Browse files

fix: "Add registry name in all Docker images"

parent 82446bca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ It uses the following variable:

| Name            | description                              | default value     |
| --------------- | ---------------------------------------- | ----------------- |
| `TESTSSL_IMAGE` | The Docker image used to run [Test SSL](https://testssl.sh/) | `drwetter/testssl.sh:latest` |
| `TESTSSL_IMAGE` | The Docker image used to run [Test SSL](https://testssl.sh/) | `registry.hub.docker.com/drwetter/testssl.sh:latest` |
| `TESTSSL_ARGS`  | Test SSL [command-line options](https://testssl.sh/#usage)   | `--severity MEDIUM` |
| `TESTSSL_URL`   | Server url to test TLS/SSL against       | _none_ (auto evaluated: see below) |
| `REVIEW_ENABLED`| Set to `true` to enable Test SSL tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    {
      "name": "TESTSSL_IMAGE",
      "description": "The Docker image used to run [Test SSL](https://testssl.sh/)",
      "default": "drwetter/testssl.sh:latest"
      "default": "registry.hub.docker.com/drwetter/testssl.sh:latest"
    },
    {
      "name": "TESTSSL_ARGS",
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ variables:
  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"

  # Default Docker image (can be overridden)
  TESTSSL_IMAGE: "drwetter/testssl.sh:latest"
  TESTSSL_IMAGE: "registry.hub.docker.com/drwetter/testssl.sh:latest"
  TESTSSL_ARGS: "--severity MEDIUM"

  # default production ref name (pattern)