package
0.0.1
Repository: https://github.com/jetstack/tally.git
Documentation: pkg.go.dev

# Functions

NewOutput returns a new output, configured by the provided options.
WithAll is a functional option that configures outputs to return all packages, even if they don't have a scorecard score.

# Constants

FormatJSON prints the report as a JSON document.
FormatShort prints the repositories and their scores.
FormatWide prints the package version information, as well as the repositories and their scores.

# Variables

ErrUnsupportedOutputFormat is returned when an output is requested by string that this package doesn't implement.
Formats are the supported output formats.

# Interfaces

Output writes output for tally.

# Type aliases

Format is a supported output format.
Option is a functional option that configures the output behaviour.