From c870297185e6f7d07136b789ea9d7ea89b29d7d5 Mon Sep 17 00:00:00 2001 From: hirokuni-kitahara Date: Tue, 3 Dec 2024 13:31:45 +0900 Subject: [PATCH] fix typo to trigger some actions Signed-off-by: hirokuni-kitahara --- pkg/cosign/verify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cosign/verify.go b/pkg/cosign/verify.go index 7032146..5594c37 100644 --- a/pkg/cosign/verify.go +++ b/pkg/cosign/verify.go @@ -214,7 +214,7 @@ func VerifyBlob(msgBytes, sigBytes, certBytes, bundleBytes []byte, pubkeyPath *s return verified, signerName, signedTimestamp, err } } - // otherwise, use cosign.VerifyBundleCmd for verification + // otherwise, use cosign.VerifyBlobCmd for verification // TODO: add support for sk (security key) and idToken (identity token for cert from fulcio) sk := false