reorder fields

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2025-01-24 13:19:47 -07:00
parent 6c0cdca554
commit 11dc8d48f5

View file

@ -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