8065218727
This policy will prevent nocode from running unless it's been signed by nokey
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
apiVersion: policy.sigstore.dev/v1beta1
|
|
kind: ClusterImagePolicy
|
|
metadata:
|
|
name: nocode-nopolicy-nokey-noproblem
|
|
spec:
|
|
images:
|
|
- glob: "**"
|
|
- key:
|
|
data: |
|
|
-----BEGIN PUBLIC KEY-----
|
|
-----END PUBLIC KEY-----
|