Versions in this module Expand all Collapse all v0 v0.1.0 Jan 5, 2024 Changes in this version + func ParseTrufflehog3Json(filePath string, maxLength int) (string, bool, error) + type Trufflehog3Issue struct + Line string + Path string + Rule *Trufflehog3Rule + Secret string + type Trufflehog3Report []*Trufflehog3Issue + func (tf Trufflehog3Report) Render() string + type Trufflehog3Rule struct + ID string + Message string + Pattern string + Severity string