Skip to content

Commit

Permalink
Update KeyOpts
Browse files Browse the repository at this point in the history
  • Loading branch information
azeemshaikh38 committed Jun 24, 2022
1 parent 5751afc commit c286864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signing/signing.go
Expand Up @@ -43,7 +43,7 @@ func SignScorecardResult(scorecardResultsFile string) error {
// Prepare settings for SignBlobCmd.
rootOpts := &sigOpts.RootOptions{Timeout: sigOpts.DefaultTimeout} // Just the timeout.

keyOpts := sign.KeyOpts{
keyOpts := sigOpts.KeyOpts{
FulcioURL: sigOpts.DefaultFulcioURL, // Signing certificate provider.
RekorURL: sigOpts.DefaultRekorURL, // Transparency log.
OIDCIssuer: sigOpts.DefaultOIDCIssuerURL, // OIDC provider to get ID token to auth for Fulcio.
Expand Down

0 comments on commit c286864

Please sign in to comment.