package
0.0.0-20241114082301-60846dba8c08
Repository: https://github.com/eumel8/cosignwebhook.git
Documentation: pkg.go.dev

# Functions

CreateECDSAKeyPair generates an ECDSA keypair and saves the keys to the current directory.
CreateRSAKeyPair generates an RSA keypair and saves the keys to the current directory.
New creates a new Framework.

# Constants

No description provided by the author

# Structs

Framework is a helper struct for testing the cosignwebhook in a k8s cluster.
Priv contains the private key and its path.
Pub contains the public key and its path.
SignOptions is a struct to hold the options for signing a container.

# Type aliases

KeyFunc is a function that generates a keypair by using the testing framework.