Skip to content

Commit

Permalink
Add intoto v0.0.2 to backfill script (#1500)
Browse files Browse the repository at this point in the history
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 <hblauzvern@google.com>
  • Loading branch information
haydentherapper authored May 24, 2023
1 parent cbd19f6 commit b387701
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/backfill-redis/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ import (
_ "github.com/sigstore/rekor/pkg/types/hashedrekord/v0.0.1"
_ "github.com/sigstore/rekor/pkg/types/helm/v0.0.1"
_ "github.com/sigstore/rekor/pkg/types/intoto/v0.0.1"

// remove 0.0.2 intoto type due to bugs
// _ "github.com/sigstore/rekor/pkg/types/intoto/v0.0.2"
_ "github.com/sigstore/rekor/pkg/types/intoto/v0.0.2"
_ "github.com/sigstore/rekor/pkg/types/jar/v0.0.1"
_ "github.com/sigstore/rekor/pkg/types/rekord/v0.0.1"
_ "github.com/sigstore/rekor/pkg/types/rfc3161/v0.0.1"
Expand Down

0 comments on commit b387701

Please sign in to comment.