Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultScorecardVersion = v1alpha2
View Source
const LatestScorecardVersion = v1alpha2
Variables ¶
View Source
var ScorecardVersions = []string{v1alpha2}
Functions ¶
func ValidateVersion ¶
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 ¶
TestInfo contains information about the scorecard test
func (TestInfo) GetDescription ¶
GetDescription returns the test description
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
Click to show internal directories.
Click to hide internal directories.