report

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package report renders deterministic text, JSON, and SARIF output.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Write

func Write(w io.Writer, format Format, input audit.Report, toolVersion string) error

Write renders a complete report.

Types

type Format

type Format string

Format identifies a supported report representation.

const (
	Text  Format = "text"
	JSON  Format = "json"
	SARIF Format = "sarif"
)

Jump to

Keyboard shortcuts

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