cmd

package
v0.5.6 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package cmd implements the CLI commands

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(ctx context.Context) error

Execute the CLI

Types

type ProblemDetail added in v0.5.0

type ProblemDetail struct {
	AppID      string
	AppName    string
	ScanStatus string
	Code       string
	Severity   string
	Message    string
}

ProblemDetail represents detailed information about a specific problem

type ProblemSummary added in v0.5.0

type ProblemSummary struct {
	AppID        string
	AppName      string
	ScanStatus   string
	ProblemCount int
}

ProblemSummary represents a summary of problems for an application

Jump to

Keyboard shortcuts

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