Skip to content

Commit a27c376

Browse files
author
Jonathan Claudius
committed
Add service port and host
1 parent dd34b58 commit a27c376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/post/multi/gather/rubygems_api_key.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def download_loot(paths)
5858
"Ruby API Key")
5959

6060
service_data = {
61-
address: host,
61+
address: "rubygems.org",
62+
port: 443,
6263
service_name: 'rubygems',
6364
protocol: 'tcp',
6465
workspace_id: myworkspace_id

0 commit comments

Comments
 (0)