Skip to content

Commit

Permalink
Enable google, envvar cosign OIDC providers. (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlynch authored Apr 25, 2024
1 parent a4ef13a commit f7d59c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/provider/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ import (
"github.com/sigstore/cosign/v2/pkg/providers"

_ "github.com/chainguard-dev/terraform-provider-cosign/internal/provider/interactive"
_ "github.com/sigstore/cosign/v2/pkg/providers/envvar"
_ "github.com/sigstore/cosign/v2/pkg/providers/filesystem"
_ "github.com/sigstore/cosign/v2/pkg/providers/github"
_ "github.com/sigstore/cosign/v2/pkg/providers/google"
)

// An impl that represents github.com/sigstore/cosign/pkg/providers/github.
// An impl that represents github.com/sigstore/cosign/pkg/providers/*.
type oidcProvider struct {
}

Expand Down

0 comments on commit f7d59c0

Please sign in to comment.