Skip to content

Commit c2297bf

Browse files
committed
fix: update contents of the policy.yml.example file
The contents of the file were based on the initial RFC format, which was then changed. Signed-off-by: Flavio Castelli <fcastelli@suse.com>
1 parent 7316fc9 commit c2297bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

policies.yml.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ psp-capabilities:
88
required_drop_capabilities: ["KILL"]
99
pod-image-signatures: # policy group
1010
policies:
11-
- name: sigstore_pgp
11+
sigstore_pgp:
1212
url: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.8
1313
settings:
1414
signatures:
1515
- image: "*"
1616
pubKeys:
1717
- "-----BEGIN PUBLIC KEY-----xxxxx-----END PUBLIC KEY-----"
1818
- "-----BEGIN PUBLIC KEY-----xxxxx-----END PUBLIC KEY-----"
19-
- name: sigstore_gh_action
19+
sigstore_gh_action:
2020
url: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.8
2121
settings:
2222
signatures:
2323
- image: "*"
2424
githubActions:
2525
owner: "kubewarden"
26-
- name: reject_latest_tag
26+
reject_latest_tag:
2727
url: ghcr.io/kubewarden/policies/trusted-repos-policy:v0.1.12
2828
settings:
2929
tags:

0 commit comments

Comments
 (0)