Versions in this module Expand all Collapse all v5 v5.33.1 Dec 30, 2024 Changes in this version + type Option func(*SigstoreSigner) error + type SigstoreSigner struct + FulcioGeneratedCertificate []byte + FulcioGeneratedCertificateChain []byte + PrivateKey sigstoreSignature.Signer + RekorUploader func(ctx context.Context, keyOrCertBytes []byte, signatureBytes []byte, ...) ([]byte, error) + SigningKeyOrCert []byte + func (s *SigstoreSigner) Close() error + func (s *SigstoreSigner) ProgressMessage() string + func (s *SigstoreSigner) SignImageManifest(ctx context.Context, m []byte, dockerReference reference.Named) (signature.Signature, error)