Shorten badssl GHA as they fail too often

* Remove checks which aren't needed in t/51_badssl.com.t t/33_isJSON_severitylevel_valid.t
* tryying to make some files more readable
This commit is contained in:
Dirk
2025-10-30 18:35:43 +01:00
parent 0b9715c239
commit 1ce514d95f
4 changed files with 48 additions and 33 deletions

View File

@@ -16,7 +16,7 @@ my (
$tests = 0;
my $prg="./testssl.sh";
my $check2run = '-S -e --ids-friendly -U --severity LOW --color 0';
my $check2run = '-S --beast --sweet32 --breach --beast --lucky13 --rc4 --severity LOW --color 0';
my $uri = 'badssl.com';
printf "\n%s\n", "Doing severity level checks";