comment
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
efca3bdfd9
commit
3b043f6350
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ func (v *LiveSigstoreVerifier) chooseVerifier(issuer string) (*verify.SignedEnti
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// if the custom trusted root issuer is not set or doesn't match the bundle's issuer, skip it
|
||||
// if the custom trusted root issuer is not set or doesn't match the given issuer, skip it
|
||||
if len(lowestCert.Issuer.Organization) == 0 || lowestCert.Issuer.Organization[0] != issuer {
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue