fix: Switch to using --certificate-identity-regexp for Github Keyless verification
This commit is contained in:
parent
b087474cf2
commit
16ffbb343f
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ fn sign_images(image_name: &str, tag: Option<&str>) -> Result<()> {
|
|||
|
||||
if !Command::new("cosign")
|
||||
.arg("verify")
|
||||
.arg("--certificate-github-workflow-ref")
|
||||
.arg("--certificate-identity-regexp")
|
||||
.arg(&github_worflow_ref)
|
||||
.arg("--certificate-oidc-issuer")
|
||||
.arg(GITHUB_TOKEN_ISSUER_URL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue