Skip to content

Commit

Permalink
Remove the fake import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Apr 12, 2022
1 parent 44d32ff commit f3b72d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/cosign/policy_webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ import (
_ "github.com/sigstore/sigstore/pkg/signature/kms/azure"
_ "github.com/sigstore/sigstore/pkg/signature/kms/gcp"
_ "github.com/sigstore/sigstore/pkg/signature/kms/hashivault"
// TODO(mattmoor): Not sure why this is in the final binary...
// _ "github.com/sigstore/sigstore/pkg/signature/kms/fake"
)

func main() {
Expand Down

0 comments on commit f3b72d5

Please sign in to comment.