We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f55ae commit b1ce16aCopy full SHA for b1ce16a
pkg/reconciler/trustroot/trustroot_test.go
@@ -377,7 +377,6 @@ func makeConfigMapWithSigstoreKeys() *corev1.ConfigMap {
377
c := config.ConvertSigstoreKeys(context.Background(), source.Spec.SigstoreKeys)
378
for i := range c.Tlogs {
379
c.Tlogs[i].LogId = &config.LogId{KeyId: []byte(rekorLogID)}
380
-
381
}
382
for i := range c.Ctlogs {
383
c.Ctlogs[i].LogId = &config.LogId{KeyId: []byte(ctfeLogID)}
0 commit comments