We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 552e10c + 81fb5f9 commit 87ecc1cCopy full SHA for 87ecc1c
1 file changed
Dockerfile.md
@@ -3,7 +3,7 @@
3
Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` for convenience.
4
5
```bash
6
-docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com
+docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 github.com
7
```
8
9
### Output files
@@ -31,7 +31,6 @@ You can pull the image from either of these registries:
31
32
Supported tags:
33
- `3.2` / `latest`
34
-- `3.0` is the old stable version ([soon to become EOL][testssl::v3p0-eol])
35
36
### Building the `testssl.sh` container image
37
0 commit comments