Skip to content

Commit 2081221

Browse files
author
Ish Shah
committed
added potential timestamping to scorecard, needs api change
Signed-off-by: Ish Shah <[email protected]>
1 parent 4470124 commit 2081221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/scorecard/scorecard.go

Lines changed: 1 addition & 0 deletions
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)