Skip to content

Commit b387701

Browse files
Add intoto v0.0.2 to backfill script (#1500)
Cosign now defaults to intoto v0.0.2, so in the event of a backfill, we need to support this version. Signed-off-by: Hayden B <[email protected]>
1 parent cbd19f6 commit b387701

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/backfill-redis/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ import (
5050
_ "github.com/sigstore/rekor/pkg/types/hashedrekord/v0.0.1"
5151
_ "github.com/sigstore/rekor/pkg/types/helm/v0.0.1"
5252
_ "github.com/sigstore/rekor/pkg/types/intoto/v0.0.1"
53-
54-
// remove 0.0.2 intoto type due to bugs
55-
// _ "github.com/sigstore/rekor/pkg/types/intoto/v0.0.2"
53+
_ "github.com/sigstore/rekor/pkg/types/intoto/v0.0.2"
5654
_ "github.com/sigstore/rekor/pkg/types/jar/v0.0.1"
5755
_ "github.com/sigstore/rekor/pkg/types/rekord/v0.0.1"
5856
_ "github.com/sigstore/rekor/pkg/types/rfc3161/v0.0.1"

0 commit comments

Comments
 (0)