Commit c4c2e726 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add Trivy scan badges

parent 5a2d6a0b
Loading
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` |
| `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) |
| `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) |