Skip to content

Commit

Permalink
sget: Enable KMS providers for sget (#1852)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed May 7, 2022
1 parent 050c598 commit 8793c0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/sget/main.go
Expand Up @@ -22,6 +22,12 @@ import (
"strings"

"github.com/sigstore/cosign/cmd/sget/cli"

// Register the provider-specific plugins
_ "github.com/sigstore/sigstore/pkg/signature/kms/aws"
_ "github.com/sigstore/sigstore/pkg/signature/kms/azure"
_ "github.com/sigstore/sigstore/pkg/signature/kms/gcp"
_ "github.com/sigstore/sigstore/pkg/signature/kms/hashivault"
)

func main() {
Expand Down

0 comments on commit 8793c0f

Please sign in to comment.