Skip to content

Commit

Permalink
chore: Update artifacthub-pkg.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
  • Loading branch information
viccuad committed Jun 27, 2024
1 parent 8988f72 commit 6529b88
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version: 0.2.9
name: verify-image-signatures
displayName: Verify Image Signatures
createdAt: 2024-01-19T10:37:32.708987931Z
createdAt: 2024-06-27T12:43:21.116601507Z
description: A Kubewarden Policy that verifies all the signatures of the container images referenced by a Pod
license: Apache-2.0
homeURL: https://github.com/kubewarden/verify-image-signatures
Expand Down Expand Up @@ -267,3 +267,34 @@ annotations:
operations:
- CREATE
- UPDATE
- apiGroups:
- ''
apiVersions:
- v1
resources:
- replicationcontrollers
operations:
- CREATE
- UPDATE
- apiGroups:
- apps
apiVersions:
- v1
resources:
- deployments
- replicasets
- statefulsets
- daemonsets
operations:
- CREATE
- UPDATE
- apiGroups:
- batch
apiVersions:
- v1
resources:
- jobs
- cronjobs
operations:
- CREATE
- UPDATE

0 comments on commit 6529b88

Please sign in to comment.