package
0.36.1
Repository: https://github.com/fluxcd/source-controller.git
Documentation: pkg.go.dev

# Functions

NewCosignVerifier initializes a new CosignVerifier.
WithPublicKey sets the public key.
WithRemoteOptions is a functional option for overriding the default remote options used by the verifier.

# Structs

CosignVerifier is a struct which is responsible for executing verification logic.

# Interfaces

Verifier is an interface for verifying the authenticity of an OCI image.

# Type aliases

Anonymous is an authn.AuthConfig that always returns an anonymous authenticator.
Options is a function that configures the options applied to a Verifier.