https://github.com/drwetter/testssl.sh
Revision 32a279730f468cd1ac18be5ce9619b24966fb380 authored by Dirk Wetter on 20 February 2024, 09:03:19 UTC, committed by GitHub on 20 February 2024, 09:03:19 UTC
Fix subshell killing to avoid zombies
2 parent s 19607d7 + af20952
Raw File
Tip revision: 32a279730f468cd1ac18be5ce9619b24966fb380 authored by Dirk Wetter on 20 February 2024, 09:03:19 UTC
Merge pull request #2472 from Tazmaniac/zombies-fix-3.2
Tip revision: 32a2797
.dockerignore
# Exclude everything from the Docker build context:
*

# Except for this content:
!bin/
!etc/
!testssl.sh

# But additionally exclude this nested content:
bin/openssl.Darwin.*
bin/openssl.FreeBSD.*
back to top