Skip to content

Commit

Permalink
Rename guntargets to trustedCollecitons to align with signify" (#12010)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiioto authored Sep 30, 2024
1 parent ef2e8ac commit 1b20062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sign/notary.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ type GUNTargets struct {

// SigningPayload represents the payload to be sent to the Notary server for signing.
type SigningPayload struct {
GunTargets []GUNTargets `json:"gunTargets"`
GunTargets []GUNTargets `json:"trustedCollections"`
}

// TLSCredentials holds the base64-encoded TLS certificate and private key data.
Expand Down

0 comments on commit 1b20062

Please sign in to comment.