1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-03 14:56:05 +02:00

GHCR clearer

This commit is contained in:
Dirk Wetter 2025-04-06 20:29:18 +02:00 committed by GitHub
parent f7f35fe4c6
commit 06682990ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,17 +28,15 @@ docker run -t mytestssl --help
docker run --rm -t mytestssl -p --header example.com
```
### From dockerhub or ghcr
### From dockerhub or GHCR
You can pull the image from dockerhub or ghcr.io and run:
```
docker run --rm -t drwetter/testssl.sh --fs example.com / docker run --rm -t ghcr.io/testssl/testssl.sh --fs example.com
```
``docker run --rm -t drwetter/testssl.sh --fs example.com`` or ``docker run --rm -t ghcr.io/testssl/testssl.sh --fs example.com``
Supported tags are: ``3.2`` and ``latest``, which are the same. ``3.0`` is the old stable version from git which will be soon retired.
Supported tags are: ``3.2`` and ``latest``, which are the same. ``3.0`` is the old stable version which will be retired soon.
``docker run --rm -t drwetter/testssl.sh:stable example.com``.
``docker run --rm -t drwetter/testssl.sh:stable example.com`` or ``docker run --rm -t ghcr.io/testssl/testssl.sh:stable example.com``
Keep in mind that any output file (--log, --html, --json etc.) will be created within the container. If you wish to have this created in a local directory on your host you can mount a volume into the container and change the output prefix where the container user has write access to, e.g.: