goanalysis

package
v2.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL