Documentation
¶
Overview ¶
Package goanalysis provides a standard golang.org/x/tools/go/analysis.Analyzer for gosec.
Index ¶
Constants ¶
View Source
const Doc = `gosec is a static analysis tool that scans Go code for security problems.`
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "gosec", Doc: Doc, Run: run, Requires: []*analysis.Analyzer{buildssa.Analyzer}, }
Analyzer is the standard go/analysis Analyzer for gosec.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.