alphabetize fields
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
1c28a7aded
commit
456e641679
1 changed files with 2 additions and 1 deletions
|
|
@ -186,9 +186,10 @@ func NewVerifyCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Command
|
|||
opts.APIClient = api.NewLiveClient(hc, opts.Hostname, opts.Logger)
|
||||
|
||||
config := verification.SigstoreConfig{
|
||||
TrustedRoot: opts.TrustedRoot,
|
||||
HttpClient: hc,
|
||||
Logger: opts.Logger,
|
||||
NoPublicGood: opts.NoPublicGood,
|
||||
TrustedRoot: opts.TrustedRoot,
|
||||
}
|
||||
|
||||
// Prepare for tenancy if detected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue