trufflehog3Shared

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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

type Trufflehog3Rule

type Trufflehog3Rule struct {
	ID       string `json:"id"`
	Message  string `json:"message"`
	Pattern  string `json:"pattern"`
	Severity string `json:"severity"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL