MCPcopy
hub / github.com/cli/cli / Verify

Method Verify

pkg/cmd/attestation/verification/sigstore.go:45–45  ·  view source on GitHub ↗
(attestations []*api.Attestation, policy verify.PolicyBuilder)

Source from the content-addressed store, hash-verified

43
44type SigstoreVerifier interface {
45 Verify(attestations []*api.Attestation, policy verify.PolicyBuilder) ([]*AttestationProcessingResult, error)
46}
47
48type LiveSigstoreVerifier struct {

Callers 15

runInspectFunction · 0.65
verifyMethod · 0.65
verifyAttestationsFunction · 0.65
TestPrMergeFunction · 0.65
TestPrMerge_blockedFunction · 0.65
TestPrMerge_dirtyFunction · 0.65
TestPrMerge_nonttyFunction · 0.65
TestPrMerge_withRepoFlagFunction · 0.65
TestPrMerge_deleteBranchFunction · 0.65

Implementers 6

LiveSigstoreVerifierpkg/cmd/attestation/verification/sigst
MockSigstoreVerifierpkg/cmd/attestation/verification/mock_
FailSigstoreVerifierpkg/cmd/attestation/verification/mock_
Registrypkg/httpmock/registry.go
Stubinternal/browser/stub.go
MockPrompterinternal/prompter/test.go

Calls

no outgoing calls