Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Trufflehog3Issue ¶
type Trufflehog3Issue struct { Rule *Trufflehog3Rule `json:"rule"` Path string `json:"path"` Line string `json:"line"` Secret string `json:"secret"` }
type Trufflehog3Report ¶
type Trufflehog3Report []*Trufflehog3Issue
func (Trufflehog3Report) Render ¶
func (tf Trufflehog3Report) Render() string
Click to show internal directories.
Click to hide internal directories.