1
0
mirror of synced 2024-11-25 18:54:23 +01:00
nocode/sigstore-integration-policy
John Osborne 8065218727
Add Sigstore integration to nocode
This policy will prevent nocode from running unless it's been signed by nokey
2022-10-18 15:51:53 -04:00

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-----