Commit 0ff7d7b8 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: replace deprecated Docker Hub registry FQDN

parent f2641f55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ It uses the following variable:

| Input / Variable | Description                              | Default value     |
| --------------- | ---------------------------------------- | ----------------- |
| `image` / `TESTSSL_IMAGE` | The Docker image used to run [Test SSL](https://testssl.sh/) | `registry.hub.docker.com/drwetter/testssl.sh:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-TESTSSL_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-TESTSSL_IMAGE) |
| `image` / `TESTSSL_IMAGE` | The Docker image used to run [Test SSL](https://testssl.sh/) | `docker.io/drwetter/testssl.sh:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-TESTSSL_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-TESTSSL_IMAGE) |
| `args` / `TESTSSL_ARGS` | Test SSL [command-line options](https://testssl.sh/#usage)   | `--severity MEDIUM` |
| `url` / `TESTSSL_URL` | Server url to test TLS/SSL against       | _none_ (auto evaluated: see below) |
| `review-enabled` / `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
@@ -9,7 +9,7 @@
    {
      "name": "TESTSSL_IMAGE",
      "description": "The Docker image used to run [Test SSL](https://testssl.sh/)",
      "default": "registry.hub.docker.com/drwetter/testssl.sh:latest"
      "default": "docker.io/drwetter/testssl.sh:latest"
    },
    {
      "name": "TESTSSL_ARGS",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ spec:
  inputs:
    image:
      description: The Docker image used to run [Test SSL](https://testssl.sh/)
      default: registry.hub.docker.com/drwetter/testssl.sh:latest
      default: docker.io/drwetter/testssl.sh:latest
    args:
      description: Test SSL [command-line options](https://testssl.sh/#usage)
      default: --severity MEDIUM