Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Mar 20, 2024
1 parent 97f55ae commit b1ce16a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/reconciler/trustroot/trustroot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ func makeConfigMapWithSigstoreKeys() *corev1.ConfigMap {
c := config.ConvertSigstoreKeys(context.Background(), source.Spec.SigstoreKeys)
for i := range c.Tlogs {
c.Tlogs[i].LogId = &config.LogId{KeyId: []byte(rekorLogID)}

}
for i := range c.Ctlogs {
c.Ctlogs[i].LogId = &config.LogId{KeyId: []byte(ctfeLogID)}
Expand Down

0 comments on commit b1ce16a

Please sign in to comment.