set a zone name in runner scribe plugin

This commit is contained in:
Aaron Meihm 2017-07-26 16:18:59 -05:00
Родитель 8fac674849
Коммит e506611e75
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -130,6 +130,7 @@ func makeVulnerability(initems []gozdef.VulnEvent, cmd mig.Command) (items []goz
return items, err
}
newevent.Description = "MIG vulnerability identification"
newevent.Zone = "mig"
newevent.Asset.Hostname = assethostname
newevent.Asset.IPAddress = assetipaddress
newevent.Asset.OS = cmd.Agent.Env.OS