Skip to content

Commit

Permalink
feat: update keyless verify 2
Browse files Browse the repository at this point in the history
Signed-off-by: Juncheng Zhu <[email protected]>
  • Loading branch information
junczhu committed Feb 14, 2025
1 parent 062bfe8 commit 414a753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cosign/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func updateRepoSigVerifierKeys(repo string, opts *cosign.CheckOpts, keysMap map[
if !exists {
// Use the Fulcio root certificate for keyless verification
// TODO: support passing certChain and no CARoots
opts.SigVerifier = nil
roots, err := fulcio.GetRoots()
if err != nil || roots == nil {
return err
Expand Down

0 comments on commit 414a753

Please sign in to comment.