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

Commit acce0a4

Browse files
committed
Add ip_address to ssh_scan attributes
1 parent f1438c8 commit acce0a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integrations/ssh_scan/parser/src/parser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ async function parse(fileContent) {
2424
location: location,
2525
attributes: {
2626
hostname: get(host, ['hostname']),
27+
ip_address: get(host, ['ip']),
2728
server_banner: get(host, ['server_banner']) || null,
2829
ssh_version: get(host, ['ssh_version']),
2930
os_cpe: get(host, ['os_cpe']),

0 commit comments

Comments
 (0)