mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	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.
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,17 +1,6 @@ | ||||
| name: testssl.sh CI | ||||
|  | ||||
| on: | ||||
|   push: | ||||
|     paths-ignore: | ||||
|       - 'utils/**' | ||||
|       - 'doc/**' | ||||
|       - 'bin/**' | ||||
|       - '**.md' | ||||
|       - '**.pem' | ||||
|       - '**.pdf' | ||||
|       - '**.html' | ||||
|       - 'LICENSE' | ||||
|       - 'Dockerfile' | ||||
|   pull_request: | ||||
|     paths-ignore: | ||||
|       - 'utils/**' | ||||
|   | ||||
| @@ -10,13 +10,13 @@ use Text::Diff; | ||||
|  | ||||
| my $tests = 0; | ||||
| my $prg="./testssl.sh"; | ||||
| my $uri="example.com"; | ||||
| my $uri="heise.de"; | ||||
| my $out=""; | ||||
| my $html=""; | ||||
| my $debughtml=""; | ||||
| my $edited_html=""; | ||||
| my $htmlfile="tmp.html"; | ||||
| my $check2run="--ip=one --ids-friendly --color 0 --htmlfile $htmlfile"; | ||||
| my $check2run="--ip=one --sneaky --ids-friendly --color 0 --htmlfile $htmlfile"; | ||||
| my $diff=""; | ||||
| die "Unable to open $prg" unless -f $prg; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk