Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name = "git" Type = "https://witness.dev/attestations/git/v0.1" RunType = attestation.PreRunType )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attestor ¶
type Attestor struct { CommitHash string `json:"commithash"` Status map[string]Status `json:"status,omitempty"` }
func (*Attestor) Attest ¶
func (a *Attestor) Attest(ctx *attestation.AttestationContext) error
func (*Attestor) RunType ¶
func (a *Attestor) RunType() attestation.RunType
Click to show internal directories.
Click to hide internal directories.