package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Sep 4, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Finding struct {
Path string `json:"path"`
Line int `json:"line"`
Rule string `json:"rule"`
}
Finding identifies a likely plaintext credential without retaining the
matched value. Audit output must remain safe to attach to release evidence.
type Report struct {
ScannedFiles int `json:"scanned_files"`
Findings []Finding `json:"findings"`
Errors []string `json:"errors,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.