mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
* feat: add TSA cert chain support in cosign Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * feat: add chainsaw test Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * feat: add unit test Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * fix: tests Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> * fix: unit tests Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> --------- Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> Co-authored-by: Jim Bugwadia <jim@nirmata.com> |
||
---|---|---|
.. | ||
chainsaw-step-01-apply-1.yaml | ||
chainsaw-step-01-apply-2.yaml | ||
chainsaw-step-01-assert-1.yaml | ||
chainsaw-step-02-apply-1.yaml | ||
chainsaw-step-02-assert-1.yaml | ||
chainsaw-test.yaml | ||
README.md |
Description
This test performs a simple verification of an image using a public key and a tsa cert chain.
Expected Behavior
Pod creation should pass as the image has been signed by the public key and timestamp created using the TSA provider specified in the policy.
Reference Issue(s)
N/A