package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 30, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AlertDetails struct {
Confidence string `json:"confidence"`
Id string `json:"id"`
Name string `json:"name"`
Param string `json:"param"`
Risk string `json:"risk"`
Url string `json:"url"`
}
type AlertsCount struct {
High int `json:"high"`
Medium int `json:"medium"`
Low int `json:"low"`
Informational int `json:"informational"`
}
type ConfigBase struct {
Env struct {
Contexts []struct {
Name string `yaml:"name"`
Urls []string `yaml:"urls"`
}
}
Jobs []struct{} `yaml:"jobs"`
}
type Contexts []struct {
Name string `yaml:"name"`
Urls []string `yaml:"urls"`
}
type RiskCount struct {
High []int
Medium []int
Low []int
Informational []int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.