cli

package
v0.24.2 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2024 License: Apache-2.0 Imports: 107 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// OutputYAML YAML output.
	OutputYAML = "yaml"
	// OutputCSV CSV output.
	OutputCSV = "csv"
)

Variables

This section is empty.

Functions

func Branch

func Branch() *cobra.Command

func Diff

func Diff() *cobra.Command

func Gc

func Gc() *cobra.Command

func Issues added in v0.13.0

func Issues() *cobra.Command

func New

func New() *cobra.Command

func Release

func Release() *cobra.Command

func SoName

func SoName() *cobra.Command

Types

type FindingsTree added in v0.24.1

type FindingsTree struct {
	// contains filtered or unexported fields
}

func NewFindingsTree added in v0.24.1

func NewFindingsTree(findings []scan.Finding) *FindingsTree

func (FindingsTree) Render added in v0.24.1

func (t FindingsTree) Render() string

type Global added in v0.19.0

type Global struct {
	BuildID uuid.UUID

	Jobs int

	Dir             string
	DestinationRepo string
	PipelineDir     string
	Runner          string

	Archs      []string
	ExtraKeys  []string
	ExtraRepos []string

	PurlNamespace string

	OutDir string

	Fuses []string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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