Escape dots in regexp pattern in example command
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
b52c131d4c
commit
fc84b7a3cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue