mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-02-07 16:21:17 +01:00
Merge branch 'fix_ci_runs' into dependabot/github_actions/docker/build-push-action-6.13.0
This commit is contained in:
commit
e41b488172
@ -63,9 +63,9 @@ $cat_csvfile =~ s/ECDH\/MLKEM/ECDH 253 /g;
|
||||
$cat_csvfile =~ s/.nonce-.* //g;
|
||||
$cat_csvfile2 =~ s/.nonce-.* //g;
|
||||
|
||||
+# Fix IP addresses. needed when we don't hit the same IP address. We just remove them
|
||||
$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/;
|
||||
$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/;
|
||||
# Fix IP addresses. Needed when we don't hit the same IP address. We just remove them
|
||||
$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/g;
|
||||
$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/g;
|
||||
|
||||
$diff = diff \$cat_csvfile, \$cat_csvfile2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user