MCPcopy Create free account
hub / github.com/conforma/cli / UploadWithSigner

Method UploadWithSigner

internal/validate/vsa/storage.go:39–39  ·  view source on GitHub ↗
(ctx context.Context, envelopeContent []byte, signer *Signer)

Source from the content-addressed store, hash-verified

37type SignerAwareUploader interface {
38 StorageBackend
39 UploadWithSigner(ctx context.Context, envelopeContent []byte, signer *Signer) (string, error)
40}
41
42// StorageConfig represents parsed storage configuration

Implementers 1

RekorBackendinternal/validate/vsa/storage_rekor.go

Calls

no outgoing calls