add new signing options

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2025-01-24 09:28:55 -07:00
parent 8c64de75c9
commit 2f81a33e95

View file

@ -31,8 +31,12 @@ type Options struct {
Repo string
SAN string
SANRegex string
SignerDigest string
SignerRef string
SignerRepo string
SignerWorkflow string
SourceRef string
SourceDigest string
APIClient api.Client
Logger *io.Handler
OCIClient oci.Client