From fc84b7a3cbf0d17d2d16e666aba5899d88340156 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Mon, 7 Apr 2025 15:21:48 +0100 Subject: [PATCH] Escape dots in regexp pattern in example command Signed-off-by: Babak K. Shandiz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd99a5a8..ad012588c 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ There are two common ways to verify a downloaded release, depending if `gh` is a $ cosign verify-blob-attestation --bundle cli-cli-attestation-3120304.sigstore.json \ --new-bundle-format \ --certificate-oidc-issuer="https://token.actions.githubusercontent.com" \ - --certificate-identity-regexp="^https://github.com/cli/cli/.github/workflows/deployment.yml@refs/heads/trunk$" \ + --certificate-identity-regexp='^https://github\.com/cli/cli/\.github/workflows/deployment\.yml@refs/heads/trunk$' \ gh_2.62.0_macOS_arm64.zip Verified OK ```