Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit bd6c9cf

Browse files
committed
Remove protocol from sslyze target
1 parent 92bb0be commit bd6c9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/controllers/targets/host_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func CreateScanTemplatesForHost(host targetsv1.Host) []ScanTemplates {
200200
Type: port.Type,
201201
ScanSpec: executionv1.ScanSpec{
202202
ScanType: "sslyze",
203-
Parameters: []string{"--regular", fmt.Sprintf("https://%s:%d", host.Spec.Hostname, port.Port)},
203+
Parameters: []string{"--regular", fmt.Sprintf("%s:%d", host.Spec.Hostname, port.Port)},
204204
},
205205
})
206206
}

0 commit comments

Comments
 (0)