Registry / testing / golangci-gosec

golangci-gosec

JSON →
library0.0.0-20180901114220-8afd9cbb6cfbgogounverified

Package gosec holds the central scanning logic used by gosec security scanner.

go get github.com/golangci/gosec
INSTALL
IMPORT
SIG · GOLANGCI-GOSEC
G
golangci-gosec
testinggov0.0.0-20180901114220-8afd9cbb6cfb
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gosec
github.com/golangci/gosec

Run gosec security analysis on the current directory.

package main import ( "fmt" "github.com/golangci/gosec" ) func main() { results, _ := gosec.CheckDir("./") for _, issue := range results { fmt.Println(issue.File, issue.Line, issue.What) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180901114220-8afd9cbb6cfblatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Meta
1
Resources
golangci-gosec — go get golangci-gosec · libregistry