-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement cosign verifier #21
Implement cosign verifier #21
Comments
Please assign this to me |
Here is the summary about the verifier functionality provided by
(5. Processing AKV Signature: The processAKVSignature function uses the static.NewSignature function to create a static signature after processing the Azure Key Vault signature:)
|
Key verification involves using a public key to verify the signatures. This method ensures that the signatures match the provided public key. Key verification typically includes the following steps:
Keyless verification involves using certificates and certificate chains to verify the signatures. This method relies on trusted certificate authorities (CAs) and transparency logs. Keyless verification typically includes the following steps:
|
Is your feature request related to a problem?
n/a
What solution do you propose?
n/a
What alternatives have you considered?
n/a
Any additional context?
No response
The text was updated successfully, but these errors were encountered: