Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "go-sec", Requires: []*analysis.Analyzer{sourcecode.Analyzer}, Run: run, Rules: []*analysis.Rule{goSecNotInstalled}, ReadmeInfo: analysis.ReadmeInfo{ Name: "Go Security Checker", Description: "Inspects source code for security problems by scanning the Go AST.", Dependencies: "[gosec](https://github.com/securego/gosec), `sourceCodeUri`", }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.