## Usage Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` for convenience. ```bash docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com ``` ### Output files Keep in mind that any output file (_`--log`, `--html`, `--json`, etc._) will be created within the container. Use a volume bind mount to a local host directory to access the files outside of the container. Set a working directory for the container and any options output prefix can then use a relative path, like this example for `--htmfile`: ```bash # Writes the HTML output to the host path: /tmp/example.com_p443--