We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69b590 commit 10e37f9Copy full SHA for 10e37f9
sigstore/_internal/trust.py
@@ -416,14 +416,13 @@ def _get_valid_services(
416
417
def get_tlogs(self) -> list[RekorClient]:
418
"""
419
- Returns the rekor transparency log clients that client should sign with.
+ Returns the rekor transparency log clients to sign with.
420
421
return [RekorClient(tlog.url) for tlog in self._tlogs]
422
423
def get_fulcio(self) -> FulcioClient:
424
425
- Returns a Fulcio instance that client should use to get a
426
- signing certificate from
+ Returns a Fulcio client to get a signing certificate from
427
428
return FulcioClient(self._fulcios[0].url)
429
0 commit comments