Skip to content

Commit

Permalink
set omitempty ca
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
  • Loading branch information
hectorj2f committed Dec 27, 2022
1 parent 1774ced commit 8a7e97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/config/sigstore_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type CertificateAuthority struct {
// SigstoreKeys.
type SigstoreKeys struct {
// Trusted certificate authorities (e.g Fulcio).
CertificateAuthorities []CertificateAuthority `json:"certificateAuthorities"`
CertificateAuthorities []CertificateAuthority `json:"certificateAuthorities,omitempty"`
// Rekor log specifications
TLogs []TransparencyLogInstance `json:"tLogs,omitempty"`
// Certificate Transparency Log
Expand Down

0 comments on commit 8a7e97f

Please sign in to comment.