Discover Packages
github.com/ZupIT/horusec
horusec-cli
internal
entities
sonarqube
package
Version:
v1.7.3
Opens a new window with list of versions in this module.
Published: Feb 12, 2021
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
Documentation
¶
type Issue struct {
Type string `json:"type"`
RuleID string `json:"ruleId"`
EngineID string `json:"engineId"`
Severity string `json:"severity"`
EffortToFix int `json:"effortMinutes"`
PrimaryLocation Location `json:"primaryLocation"`
SecondaryLocations []Location `json:"secondaryLocations"`
}
type Location struct {
Message string `json:"message"`
Filepath string `json:"filepath"`
Range TextRange `json:"textRange"`
}
type Report struct {
Issues []Issue `json:"issues"`
}
type TextRange struct {
StartColumn int `json:"startColumn"`
EndColumn int `json:"endColumn"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.