Skip to content

Commit

Permalink
Support sigstore fields in public key
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <aditya@saky.in>
  • Loading branch information
adityasaky committed Dec 8, 2023
1 parent a182b2a commit a0c6afa
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 a0c6afa

Please sign in to comment.