From 163d2675cbc09e927aac047986d6b5207ee705e8 Mon Sep 17 00:00:00 2001 From: Aditya Sirish A Yelgundhalli Date: Thu, 17 Oct 2024 17:02:12 -0400 Subject: [PATCH] Regenerate CLI docs cosign has added a new verification flag that gitsign inherits. Signed-off-by: Aditya Sirish A Yelgundhalli --- docs/cli/gitsign_verify.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli/gitsign_verify.md b/docs/cli/gitsign_verify.md index ee850ebe..0f755205 100644 --- a/docs/cli/gitsign_verify.md +++ b/docs/cli/gitsign_verify.md @@ -19,6 +19,8 @@ gitsign verify [commit] [flags] ### Options ``` + --ca-intermediates string path to a file of intermediate CA certificates in PEM format which will be needed when building the certificate chains for the signing certificate. The flag is optional and must be used together with --ca-roots, conflicts with --certificate-chain. + --ca-roots string path to a bundle file of CA certificates in PEM format which will be needed when building the certificate chains for the signing certificate. Conflicts with --certificate-chain. --certificate-github-workflow-name string contains the workflow claim from the GitHub OIDC Identity token that contains the name of the executed workflow. --certificate-github-workflow-ref string contains the ref claim from the GitHub OIDC Identity token that contains the git ref that the workflow run was based upon. --certificate-github-workflow-repository string contains the repository claim from the GitHub OIDC Identity token that contains the repository that the workflow run was based upon