Add Sigstore integration to nocode
This policy will prevent nocode from running unless it's been signed by nokey
This commit is contained in:
parent
6c073b08f7
commit
8065218727
11
sigstore-integration-policy
Normal file
11
sigstore-integration-policy
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: policy.sigstore.dev/v1beta1
|
||||
kind: ClusterImagePolicy
|
||||
metadata:
|
||||
name: nocode-nopolicy-nokey-noproblem
|
||||
spec:
|
||||
images:
|
||||
- glob: "**"
|
||||
- key:
|
||||
data: |
|
||||
-----BEGIN PUBLIC KEY-----
|
||||
-----END PUBLIC KEY-----
|
Loading…
Reference in New Issue
Block a user