package
2.22.1
Repository: https://github.com/securego/gosec.git
Documentation: pkg.go.dev

# Functions

GenerateReport Convert a gosec report to a Sonar Report.
NewIssue instantiate an Issue.
NewLocation instantiate a Location.
NewTextRange instantiate a TextRange.
WriteReport write a report in sonar format to the output writer.

# Constants

EffortMinutes effort to fix in minutes.

# Structs

Issue defines a sonar issue.
Location defines a sonar issue's location.
Report defines a sonar report.
TextRange defines the text range of an issue's location.