models

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditBenchResult

type AuditBenchResult struct {
	Name                 string   `yaml:"name"`
	ProfileApplicability string   `yaml:"profile_applicability"`
	Category             string   `yaml:"category"`
	Description          string   `yaml:"description"`
	AuditCommand         []string `json:"audit_command"`
	Remediation          string   `yaml:"remediation"`
	Impact               string   `yaml:"impact"`
	AdditionalInfo       string   `yaml:"additional_info"`
	References           []string `yaml:"references"`
	TestResult           string   `yaml:"test_result"`
}

AuditBenchResult data model

type MeshCheckResults

type MeshCheckResults struct {
	BenchmarkType string             `yaml:"benchmark_type"`
	Categories    []AuditBenchResult `yaml:"audit_bench_result"`
}

MeshCheckResults encapsulate audit test results to be consumed by user plugin

Jump to

Keyboard shortcuts

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