mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
11 lines
304 B
Go
11 lines
304 B
Go
|
package cosign
|
||
|
|
||
|
import (
|
||
|
|
||
|
// 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"
|
||
|
)
|