Versions in this module Expand all Collapse all v0 v0.0.3 May 31, 2024 Changes in this version + type SecretAnalyzer struct + func NewSecretAnalyzer(s secret.Scanner, configPath string) *SecretAnalyzer + func (a *SecretAnalyzer) Analyze(_ context.Context, input analyzer.AnalysisInput) (*analyzer.AnalysisResult, error) + func (a *SecretAnalyzer) Init(opt analyzer.AnalyzerOptions) error + func (a *SecretAnalyzer) Required(filePath string, fi os.FileInfo) bool + func (a *SecretAnalyzer) Type() analyzer.Type + func (a *SecretAnalyzer) Version() int