report

package
v0.1.119 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Functions

This section is empty.

Types

type Formatter

type Formatter interface {
	Format(w io.Writer, result *core.ScanResult) error
	Name() string
}

func GetFormatter

func GetFormatter(format string) (Formatter, error)

type JSONFormatter

type JSONFormatter struct{}

func (*JSONFormatter) Format

func (f *JSONFormatter) Format(w io.Writer, result *core.ScanResult) error

func (*JSONFormatter) Name

func (f *JSONFormatter) Name() string

type SARIFFormatter

type SARIFFormatter struct {
	Version string
}

func (*SARIFFormatter) Format

func (f *SARIFFormatter) Format(w io.Writer, result *core.ScanResult) error

func (*SARIFFormatter) Name

func (f *SARIFFormatter) Name() string

type TableFormatter

type TableFormatter struct{}

func (*TableFormatter) Format

func (f *TableFormatter) Format(w io.Writer, result *core.ScanResult) error

func (*TableFormatter) Name

func (f *TableFormatter) Name() string

Jump to

Keyboard shortcuts

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