comment
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
a6d15b4f60
commit
bb1584b52a
1 changed files with 2 additions and 2 deletions
|
|
@ -74,8 +74,8 @@ func newEnforcementCriteria(opts *Options) (verification.EnforcementCriteria, er
|
|||
c.Certificate.SourceRepositoryOwnerURI = fmt.Sprintf("https://github.com/%s", opts.Owner)
|
||||
}
|
||||
|
||||
// If the OIDCIssuer option has been set, use that custom value
|
||||
// Otherwise check if tenant is provided, select the appropriate default based on that
|
||||
// if issuer is anything other than the default, use the user-provided value;
|
||||
// otherwise, select the appropriate default based on the tenant
|
||||
if opts.OIDCIssuer != verification.GitHubOIDCIssuer {
|
||||
c.Certificate.Issuer = opts.OIDCIssuer
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue