Skip to content

Commit 2067ac8

Browse files
committed
Fall back to heise.de
.. to scan. It worked in a few examples locally. Other hosts I tried so far weren't available anymore (like scanme.nmap.org). In order to reduce the burden we scan now only during PRs.
1 parent 15b7f7b commit 2067ac8

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: testssl.sh CI
22

33
on:
4-
push:
5-
paths-ignore:
6-
- 'utils/**'
7-
- 'doc/**'
8-
- 'bin/**'
9-
- '**.md'
10-
- '**.pem'
11-
- '**.pdf'
12-
- '**.html'
13-
- 'LICENSE'
14-
- 'Dockerfile'
154
pull_request:
165
paths-ignore:
176
- 'utils/**'

t/32_isHTML_valid.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ use Text::Diff;
1010

1111
my $tests = 0;
1212
my $prg="./testssl.sh";
13-
my $uri="example.com";
13+
my $uri="heise.de";
1414
my $out="";
1515
my $html="";
1616
my $debughtml="";
1717
my $edited_html="";
1818
my $htmlfile="tmp.html";
19-
my $check2run="--ip=one --ids-friendly --color 0 --htmlfile $htmlfile";
19+
my $check2run="--ip=one --sneaky --ids-friendly --color 0 --htmlfile $htmlfile";
2020
my $diff="";
2121
die "Unable to open $prg" unless -f $prg;
2222

0 commit comments

Comments
 (0)