Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultRekorAddr is the default rekor base URL.
DefaultRekorAddr = "https://rekor.sigstore.dev"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fulcio ¶
type Fulcio struct {
// contains filtered or unexported fields
}
Fulcio is used to sign provenance statements using Fulcio.
func NewDefaultFulcio ¶
func NewDefaultFulcio() *Fulcio
NewDefaultFulcio creates a new Fulcio instance using the public Fulcio server and public sigstore OIDC issuer.
type Rekor ¶
type Rekor struct {
// contains filtered or unexported fields
}
Rekor implements TransparencyLog.
func NewDefaultRekor ¶
func NewDefaultRekor() *Rekor
NewDefaultRekor returns a new Rekor instance for the Rekor public instance.
Click to show internal directories.
Click to hide internal directories.