Skip to content

Commit

Permalink
Merge pull request #65 from adityasaky/sigstore-support
Browse files Browse the repository at this point in the history
Support sigstore fields in public key
  • Loading branch information
adityasaky authored Dec 9, 2023
2 parents 2eb6599 + a0c6afa commit c55c6a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion signerverifier/signerverifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ type SSLibKey struct {

type KeyVal struct {
Private string `json:"private,omitempty"`
Public string `json:"public"`
Public string `json:"public,omitempty"`
Certificate string `json:"certificate,omitempty"`
Identity string `json:"identity,omitempty"`
Issuer string `json:"issuer,omitempty"`
}

0 comments on commit c55c6a6

Please sign in to comment.