Skip to content

Commit 7cc605a

Browse files
committed
Reflect that this is 3.3dev
A branch at Docker.io needs to be created, thus that section is commented out.
1 parent a209f92 commit 7cc605a

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

Readme.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,32 @@ Update notifications can be found at [github](https://github.com/testssl/testssl
5858

5959
### Installation
6060

61-
You can download testssl.sh branch 3.2 just by cloning this git repository:
61+
You can download testssl.sh branch 3.3dev just by cloning this git repository:
62+
63+
git clone --depth 1 https://github.com/testssl/testssl.sh.git --branch 3.3dev
64+
65+
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.
6266

63-
git clone --depth 1 https://github.com/testssl/testssl.sh.git
6467

65-
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.
6668

6769
#### Docker
6870

71+
72+
6973
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:
7074

75+
<!--
76+
77+
#FIXME: 3.3dev @ dockerhib to be created
78+
7179
```
7280
docker run --rm -ti drwetter/testssl.sh <your_cmd_line>
7381
```
7482
7583
or from GHCR (GitHub Container Registry which supports more platforms: linux/amd64, linux/386, linux/arm64, linux/arm/v7, linux/arm/v6, linux/ppc64le):
7684
85+
-->
86+
7787
```
7888
docker run --rm -it ghcr.io/testssl/testssl.sh <your_cmd_line>
7989
```
@@ -84,7 +94,10 @@ Or if you have cloned this repo you also can just ``cd`` to the INSTALLDIR and r
8494
docker build . -t imagefoo && docker run --rm -t imagefoo testssl.net
8595
```
8696

87-
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+
88101

89102
### No Warranty
90103

@@ -94,7 +107,8 @@ Testssl.sh is intended to be used as a standalone CLI tool. While we tried to ap
94107

95108
### Status
96109

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.
111+
98112

99113
### Documentation
100114

0 commit comments

Comments
 (0)