Skip to content

Commit

Permalink
cdhash not cd_hash (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Friess <[email protected]>
  • Loading branch information
bfreezy and brandonfriess-stripe authored Sep 20, 2024
1 parent c7704d3 commit c595fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion santa/santa.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ type EventUploadEvent struct {
SigningChain []SigningEntry `json:"signing_chain"`
SigningID string `json:"signing_id"`
TeamID string `json:"team_id"`
CdHash string `json:"cd_hash"`
CdHash string `json:"cdhash"`
}

// SigningEntry is optionally present when an event includes a binary that is signed
Expand Down

0 comments on commit c595fce

Please sign in to comment.