Skip to content

Commit c55c6a6

Browse files
authored
Merge pull request #65 from adityasaky/sigstore-support
Support sigstore fields in public key
2 parents 2eb6599 + a0c6afa commit c55c6a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

signerverifier/signerverifier.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ type SSLibKey struct {
2929

3030
type KeyVal struct {
3131
Private string `json:"private,omitempty"`
32-
Public string `json:"public"`
32+
Public string `json:"public,omitempty"`
3333
Certificate string `json:"certificate,omitempty"`
34+
Identity string `json:"identity,omitempty"`
35+
Issuer string `json:"issuer,omitempty"`
3436
}

0 commit comments

Comments
 (0)