Skip to content

Commit daf9564

Browse files
author
Ish Shah
committed
added potential timestamping to scorecard, needs api change
1 parent 8a8182e commit daf9564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: internal/scorecard/scorecard.go

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func (o Scorecard) runTest(ctx context.Context, test v1alpha3.TestConfiguration)
132132
}
133133

134134
out := v1alpha3.NewTest()
135+
//out.TimeStamp = time.Now().Format(time.RFC850)
135136
out.Spec = test
136137
out.Status = *result
137138
return out

0 commit comments

Comments
 (0)