mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
11 lines
316 B
Markdown
11 lines
316 B
Markdown
|
## Description
|
||
|
|
||
|
This test creates a policy to verify manifests signatures.
|
||
|
The policy specifies that at least one signature is expected to be valid.
|
||
|
|
||
|
## Expected Behavior
|
||
|
|
||
|
Resource with no signature should be rejected.
|
||
|
Resource with one signature should be accepted.
|
||
|
Resource with two signatures should be accepted.
|