Documentation ¶
Overview ¶
Package sigstore provides a client for verifying artifacts using sigstore
Index ¶
Constants ¶
View Source
const ( // SigstorePublicTrustedRootRepo is the public trusted root repository for sigstore SigstorePublicTrustedRootRepo = "tuf-repo-cdn.sigstore.dev" // GitHubSigstoreTrustedRootRepo is the GitHub trusted root repository for sigstore GitHubSigstoreTrustedRootRepo = "tuf-repo.github.com" // LocalCacheDir is the local cache directory for the verifier LocalCacheDir = "/tmp/minder-cache" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sigstore ¶
type Sigstore struct {
// contains filtered or unexported fields
}
Sigstore is the sigstore verifier
func New ¶
func New(sigstoreTUFRepoURL string, authOpts ...container.AuthMethod) (*Sigstore, error)
New creates a new Sigstore verifier
Click to show internal directories.
Click to hide internal directories.