TESTSSL_ARGS:"--severityHIGH"# ⚠ this is only an example
```
:warning: this job do not fail unless there is a technical problem while scanning your endpoint. This means you have to read the tool report on gitlab or download the report to properly assert if the security level of your endpoint is correct.
@@ -21,12 +44,12 @@ This job performs a TLS/SSL compliancy analysis on a given server.
It uses the following variable:
| Name | Description | Default value |
| Input / Variable | Description | Default value |
| `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) |
| `image` / `TESTSSL_IMAGE` | The Docker image used to run [Test SSL](https://testssl.sh/) | `registry.hub.docker.com/drwetter/testssl.sh:latest` |
| `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) |
In addition to a textual report in the console, this job produces the following reports, kept for one day: