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
Copy file name to clipboardExpand all lines: Dockerfile.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Usage
2
2
3
-
Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh`as the command for convenience.
3
+
Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` for convenience.
4
4
5
5
```bash
6
6
docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com
@@ -47,7 +47,7 @@ There are two base images supported:
- Alpine ([`Dockerfile`](./Dockerfile.alpine)), musl-based + half the size.
49
49
50
-
The Alpine variant is made available if you need broarder platform support, or an image about 30MB smaller at the expense of slightly slower performance.
50
+
The Alpine variant is made available if you need broader platform support, or an image about 30MB smaller at the expense of slightly slower performance.
0 commit comments