File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ psp-capabilities:
8
8
required_drop_capabilities: ["KILL"]
9
9
pod-image-signatures: # policy group
10
10
policies:
11
- - name: sigstore_pgp
11
+ sigstore_pgp:
12
12
url: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.8
13
13
settings:
14
14
signatures:
15
15
- image: "*"
16
16
pubKeys:
17
17
- "-----BEGIN PUBLIC KEY-----xxxxx-----END PUBLIC KEY-----"
18
18
- "-----BEGIN PUBLIC KEY-----xxxxx-----END PUBLIC KEY-----"
19
- - name: sigstore_gh_action
19
+ sigstore_gh_action:
20
20
url: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.8
21
21
settings:
22
22
signatures:
23
23
- image: "*"
24
24
githubActions:
25
25
owner: "kubewarden"
26
- - name: reject_latest_tag
26
+ reject_latest_tag:
27
27
url: ghcr.io/kubewarden/policies/trusted-repos-policy:v0.1.12
28
28
settings:
29
29
tags:
You can’t perform that action at this time.
0 commit comments