cisbenchmark

package
v0.0.0-...-fbfee1b Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: EUPL-1.2 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand() *cobra.Command

NewCommand creates a new command

Types

type CISReport

type CISReport struct {
	Version       string
	Total         int
	Pass          int
	Fail          int
	Skip          int
	Warn          int
	NotApplicable int
	Results       []Result
}

type Check

type Check struct {
	ID          string
	Description string
	State       string
}

type ClusterScanReport

type ClusterScanReport struct {
	Spec Spec

	LastRunTimestampAsTime time.Time
}

type Result

type Result struct {
	ID          string
	Description string
	Checks      []Check
}

type Spec

type Spec struct {
	ReportJSON       string
	LastRunTimestamp string
}

Jump to

Keyboard shortcuts

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