Skip to content

Commit

Permalink
fix typo to trigger some actions (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: hirokuni-kitahara <[email protected]>
  • Loading branch information
hirokuni-kitahara authored Dec 3, 2024
1 parent 0a78d4f commit 2fde1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cosign/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fde1f9

Please sign in to comment.