You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.3dev is the latest development branch which evolved from 3.2 stable. We're trying not to do big experiments in the dev branch, however the point of development ist that there will be changes and changes might need a bit time to mature.
3.2 is the latest stable branch which evolved from 3.1dev. In June 2025 there was a last bugfix release for the former stable version named old-stable, which is 3.0.10. Please use 3.2 **now**, as 3.0.x will not get any updates.
66
68
67
69
#### Docker
68
70
71
+
72
+
69
73
Testssl.sh has minimal requirements. As stated you don't have to install or build anything. You can just run it from the pulled/cloned directory. Still if you don't want to pull the GitHub repo to your directory of choice you can pull a container from dockerhub and run it:
70
74
75
+
<!--
76
+
77
+
#FIXME: 3.3dev @ dockerhib to be created
78
+
71
79
```
72
80
docker run --rm -ti drwetter/testssl.sh <your_cmd_line>
73
81
```
74
82
75
83
or from GHCR (GitHub Container Registry which supports more platforms: linux/amd64, linux/386, linux/arm64, linux/arm/v7, linux/arm/v6, linux/ppc64le):
76
84
85
+
-->
86
+
77
87
```
78
88
docker run --rm -it ghcr.io/testssl/testssl.sh <your_cmd_line>
79
89
```
@@ -84,7 +94,10 @@ Or if you have cloned this repo you also can just ``cd`` to the INSTALLDIR and r
For more please consult [Dockerfile.md](https://github.com/testssl/testssl.sh/blob/3.2/Dockerfile.md).
97
+
For more please consult [Dockerfile.md](https://github.com/testssl/testssl.sh/blob/3.3dev/Dockerfile.md).
98
+
99
+
100
+
88
101
89
102
### No Warranty
90
103
@@ -94,7 +107,8 @@ Testssl.sh is intended to be used as a standalone CLI tool. While we tried to ap
94
107
95
108
### Status
96
109
97
-
Given the current manpower we only support n-1 versions. We started a 3.3.dev branch where further development takes place before 3.4 becomes the stable version and 3.2 becomes old-stable. As said, 3.0.x became EOL.
110
+
Given the current manpower we only support n-1 versions. You're looking at the 3.3.dev branch where further development takes place before 3.4 becomes the stable version and 3.2 becomes old-stable. If you are hestitant with respect to changes, you need to use 3.2. The version 3.0.10 was the last one, there will not be any updates.
0 commit comments