Discover Packages
github.com/ZupIT/horusec
horusec-cli
internal
entities
sonarqube
package
Version:
v1.9.3
Opens a new window with list of versions in this module.
Published: Apr 26, 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"`
EffortMinutes int `json:"effortMinutes"`
PrimaryLocation Location `json:"primaryLocation"`
SecondaryLocations []Location `json:"secondaryLocations,omitempty"`
}
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,omitempty"`
EndColumn int `json:"endColumn,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.