schelpers

package
v0.19.4 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultScorecardVersion = v1alpha2
View Source
const LatestScorecardVersion = v1alpha2

Variables

View Source
var ScorecardVersions = []string{v1alpha2}

Functions

func ValidateVersion

func ValidateVersion(version string) error

Types

type Test

type Test interface {
	GetName() string
	GetDescription() string
	GetLabels() map[string]string
	Run(context.Context) *TestResult
}

Test provides methods for running scorecard tests

type TestInfo

type TestInfo struct {
	Name        string
	Description string
	Labels      map[string]string
}

TestInfo contains information about the scorecard test

func (TestInfo) GetDescription

func (i TestInfo) GetDescription() string

GetDescription returns the test description

func (TestInfo) GetLabels

func (i TestInfo) GetLabels() map[string]string

GetLabels returns the labels for this test

func (TestInfo) GetName

func (i TestInfo) GetName() string

GetName return the test name

type TestResult

type TestResult struct {
	State       scapiv1alpha2.State
	Test        Test
	Suggestions []string
	Errors      []error
	Log         string
	CRName      string
}

TestResult contains a test's points, suggestions, and errors

Jump to

Keyboard shortcuts

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