Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/apis/scorecard/v1alpha3/test_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ type TestResult struct {
Errors []string `json:"errors,omitempty"`
// Suggestions is a list of suggestions for the user to improve their score (if applicable)
Suggestions []string `json:"suggestions,omitempty"`
// CreationTimestamp of the result from an invidual test
CreationTimestamp metav1.Time `json:"creationTimestamp,omitempty"`
}

// TestStatus contains collection of testResults.
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/scorecard/v1alpha3/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.