From 11dc8d48f54e068ee8775f16faaaaf34c4fb515c Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Fri, 24 Jan 2025 13:19:47 -0700 Subject: [PATCH] reorder fields Signed-off-by: Meredith Lancaster --- pkg/cmd/attestation/verify/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/attestation/verify/options.go b/pkg/cmd/attestation/verify/options.go index 3ac642904..b53890431 100644 --- a/pkg/cmd/attestation/verify/options.go +++ b/pkg/cmd/attestation/verify/options.go @@ -35,8 +35,8 @@ type Options struct { SignerRef string SignerRepo string SignerWorkflow string - SourceRef string SourceDigest string + SourceRef string APIClient api.Client Logger *io.Handler OCIClient oci.Client