From e02d4a8bc24e07b9007f410c2ed295e2bd9c9acb Mon Sep 17 00:00:00 2001 From: Billy Lynch Date: Thu, 16 Mar 2023 17:08:06 -0400 Subject: [PATCH] Add matchCommitter to top level README table. Signed-off-by: Billy Lynch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55737681..c0032a69 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ The following config options are supported: | logPath | | Path to log status output. Helpful for debugging when no TTY is available in the environment. | | clientID | sigstore | OIDC client ID for application | | issuer | https://oauth2.sigstore.dev/auth | OIDC provider to be used to issue ID token | +| matchCommitter | false | If true, verify that the committer matches certificate user identity. See [docs/committer-verification.md](./docs/committer-verification.md) for more details. | | redirectURL | | OIDC Redirect URL | | rekor | https://rekor.sigstore.dev | Address of Rekor server | | connectorID | | Optional Connector ID to auto-select to pre-select auth flow to use. For the public sigstore instance, valid values are:
- `https://github.com/login/oauth`
- `https://accounts.google.com`
- `https://login.microsoftonline.com` |