Documentation
¶
Overview ¶
Package varscan finds exact stored secret values in working-tree or staged text without retaining unsanitized snippets.
Index ¶
Constants ¶
View Source
const ( // MaxFileSize is the largest file scanned. MaxFileSize = 10 << 20 // MaxFindingsPerFile bounds output for a single file. MaxFindingsPerFile = 100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Complete bool `json:"complete"`
Findings []Finding `json:"findings"`
Skipped []Skip `json:"skipped"`
Truncations []Truncation `json:"truncations"`
}
type Truncation ¶
Click to show internal directories.
Click to hide internal directories.