Add optional key-values that will be outputted to JSON in config
This commit is contained in:
@@ -88,6 +88,8 @@ type ScanResult struct {
|
||||
// NWLinks []NWLink
|
||||
KnownCves []CveInfo
|
||||
UnknownCves []CveInfo
|
||||
|
||||
Optional [][]interface{} `gorm:"-"`
|
||||
}
|
||||
|
||||
// ServerInfo returns server name one line
|
||||
|
||||
Reference in New Issue
Block a user