From 5ebf6ae289d25d5a10181b7c3d65fd891d1ac23c Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 20 Nov 2023 22:06:55 +0800 Subject: [PATCH] feat: publish more validation modules Signed-off-by: peefy --- disallow-anonymous/kcl.mod | 2 +- psp-app-armor/kcl.mod | 2 +- restrict-automount-sa-token/kcl.mod | 2 +- restrict-binding-clusteradmin/kcl.mod | 2 +- restrict-binding-system-group-restrict-anonymous/kcl.mod | 2 +- restrict-binding-system-group-restrict-masters/kcl.mod | 2 +- restrict-binding-system-group-restrict-subject-name/kcl.mod | 2 +- restrict-binding-system-group-restrict-unauthenticated/kcl.mod | 2 +- restrict-clusterrole-nodesproxy/kcl.mod | 2 +- restrict-control-plane-scheduling-control-plane/kcl.mod | 2 +- restrict-control-plane-scheduling-master/kcl.mod | 2 +- restrict-control-plane-scheduling-nodes/kcl.mod | 2 +- restrict-deprecated-k8s-gcr-io-registry/kcl.mod | 2 +- restrict-deprecated-registries/kcl.mod | 2 +- restrict-edit-for-endpoints/kcl.mod | 2 +- restrict-escalation-verbs-roles/kcl.mod | 2 +- restrict-ingress-check-single-host/kcl.mod | 2 +- restrict-ingress-classes/kcl.mod | 2 +- restrict-ingress-defaultbackend/kcl.mod | 2 +- restrict-ingress-deny-multiple-hosts/kcl.mod | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/disallow-anonymous/kcl.mod b/disallow-anonymous/kcl.mod index a8d9da30..3dbb2ae8 100644 --- a/disallow-anonymous/kcl.mod +++ b/disallow-anonymous/kcl.mod @@ -1,5 +1,5 @@ [package] name = "disallow-anonymous" -version = "0.1.0" +version = "0.1.1" description = "`disallow-anonymous` is a kcl validation package" diff --git a/psp-app-armor/kcl.mod b/psp-app-armor/kcl.mod index fabe36d1..c64b8e94 100644 --- a/psp-app-armor/kcl.mod +++ b/psp-app-armor/kcl.mod @@ -1,5 +1,5 @@ [package] name = "psp-app-armor" -version = "0.1.0" +version = "0.1.1" description = "`psp-app-armor` is a kcl validation package" diff --git a/restrict-automount-sa-token/kcl.mod b/restrict-automount-sa-token/kcl.mod index 199d2713..3ec7af47 100644 --- a/restrict-automount-sa-token/kcl.mod +++ b/restrict-automount-sa-token/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-automount-sa-token" -version = "0.1.1" +version = "0.1.2" description = "`restrict-automount-sa-token` is a KCL validation module" diff --git a/restrict-binding-clusteradmin/kcl.mod b/restrict-binding-clusteradmin/kcl.mod index 312b73ac..8ea801f6 100644 --- a/restrict-binding-clusteradmin/kcl.mod +++ b/restrict-binding-clusteradmin/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-binding-clusteradmin" -version = "0.1.1" +version = "0.1.2" description = "`restrict-binding-clusteradmin` is a KCL validation module" diff --git a/restrict-binding-system-group-restrict-anonymous/kcl.mod b/restrict-binding-system-group-restrict-anonymous/kcl.mod index 2f445d0e..cf8b5641 100644 --- a/restrict-binding-system-group-restrict-anonymous/kcl.mod +++ b/restrict-binding-system-group-restrict-anonymous/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-binding-system-group-restrict-anonymous" -version = "0.1.1" +version = "0.1.2" description = "`restrict-binding-system-group-restrict-anonymous` is a KCL validation module" diff --git a/restrict-binding-system-group-restrict-masters/kcl.mod b/restrict-binding-system-group-restrict-masters/kcl.mod index 9bffe030..263a45c5 100644 --- a/restrict-binding-system-group-restrict-masters/kcl.mod +++ b/restrict-binding-system-group-restrict-masters/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-binding-system-group-restrict-masters" -version = "0.1.1" +version = "0.1.2" description = "`restrict-binding-system-group-restrict-masters` is a KCL validation module" diff --git a/restrict-binding-system-group-restrict-subject-name/kcl.mod b/restrict-binding-system-group-restrict-subject-name/kcl.mod index d25f76da..8c3c353e 100644 --- a/restrict-binding-system-group-restrict-subject-name/kcl.mod +++ b/restrict-binding-system-group-restrict-subject-name/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-binding-system-group-restrict-subject-name" -version = "0.1.1" +version = "0.1.2" description = "`restrict-binding-system-group-restrict-subject-name` is a KCL validation module" diff --git a/restrict-binding-system-group-restrict-unauthenticated/kcl.mod b/restrict-binding-system-group-restrict-unauthenticated/kcl.mod index 6bd1ec55..ce60f84a 100644 --- a/restrict-binding-system-group-restrict-unauthenticated/kcl.mod +++ b/restrict-binding-system-group-restrict-unauthenticated/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-binding-system-group-restrict-unauthenticated" -version = "0.1.1" +version = "0.1.2" description = "`restrict-binding-system-group-restrict-unauthenticated` is a KCL validation module" diff --git a/restrict-clusterrole-nodesproxy/kcl.mod b/restrict-clusterrole-nodesproxy/kcl.mod index c9b3d88c..cf6332a4 100644 --- a/restrict-clusterrole-nodesproxy/kcl.mod +++ b/restrict-clusterrole-nodesproxy/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-clusterrole-nodesproxy" -version = "0.1.1" +version = "0.1.2" description = "`restrict-clusterrole-nodesproxy` is a KCL validation module" diff --git a/restrict-control-plane-scheduling-control-plane/kcl.mod b/restrict-control-plane-scheduling-control-plane/kcl.mod index bc8a0663..7fc15440 100644 --- a/restrict-control-plane-scheduling-control-plane/kcl.mod +++ b/restrict-control-plane-scheduling-control-plane/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-control-plane-scheduling-control-plane" -version = "0.1.1" +version = "0.1.2" description = "`restrict-control-plane-scheduling-control-plane` is a KCL validation module" diff --git a/restrict-control-plane-scheduling-master/kcl.mod b/restrict-control-plane-scheduling-master/kcl.mod index 1147d57e..b12e72fa 100644 --- a/restrict-control-plane-scheduling-master/kcl.mod +++ b/restrict-control-plane-scheduling-master/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-control-plane-scheduling-master" -version = "0.1.1" +version = "0.1.2" description = "`restrict-control-plane-scheduling-master` is a KCL validation module" diff --git a/restrict-control-plane-scheduling-nodes/kcl.mod b/restrict-control-plane-scheduling-nodes/kcl.mod index 63d9ad5a..a76518c4 100644 --- a/restrict-control-plane-scheduling-nodes/kcl.mod +++ b/restrict-control-plane-scheduling-nodes/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-control-plane-scheduling-nodes" -version = "0.1.1" +version = "0.1.2" description = "`restrict-control-plane-scheduling-nodes` is a KCL validation module" diff --git a/restrict-deprecated-k8s-gcr-io-registry/kcl.mod b/restrict-deprecated-k8s-gcr-io-registry/kcl.mod index bfa05836..e17ce352 100644 --- a/restrict-deprecated-k8s-gcr-io-registry/kcl.mod +++ b/restrict-deprecated-k8s-gcr-io-registry/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-deprecated-k8s-gcr-io-registry" -version = "0.1.1" +version = "0.1.2" description = "`restrict-deprecated-k8s-gcr-io-registry` is a KCL validation module" diff --git a/restrict-deprecated-registries/kcl.mod b/restrict-deprecated-registries/kcl.mod index a830aad9..0bc38bd2 100644 --- a/restrict-deprecated-registries/kcl.mod +++ b/restrict-deprecated-registries/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-deprecated-registries" -version = "0.1.1" +version = "0.1.2" description = "`restrict-deprecated-registries` is a KCL validation module" diff --git a/restrict-edit-for-endpoints/kcl.mod b/restrict-edit-for-endpoints/kcl.mod index 013ef7ec..9045c411 100644 --- a/restrict-edit-for-endpoints/kcl.mod +++ b/restrict-edit-for-endpoints/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-edit-for-endpoints" -version = "0.1.1" +version = "0.1.2" description = "`restrict-edit-for-endpoints` is a KCL validation module" diff --git a/restrict-escalation-verbs-roles/kcl.mod b/restrict-escalation-verbs-roles/kcl.mod index aadfc8ce..d9842184 100644 --- a/restrict-escalation-verbs-roles/kcl.mod +++ b/restrict-escalation-verbs-roles/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-escalation-verbs-roles" -version = "0.1.1" +version = "0.1.2" description = "`restrict-escalation-verbs-roles` is a KCL validation module" diff --git a/restrict-ingress-check-single-host/kcl.mod b/restrict-ingress-check-single-host/kcl.mod index b68e1415..12d1f470 100644 --- a/restrict-ingress-check-single-host/kcl.mod +++ b/restrict-ingress-check-single-host/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-ingress-check-single-host" -version = "0.1.1" +version = "0.1.2" description = "`restrict-ingress-check-single-host` is a KCL validation module" diff --git a/restrict-ingress-classes/kcl.mod b/restrict-ingress-classes/kcl.mod index 286e618f..d5d62dc0 100644 --- a/restrict-ingress-classes/kcl.mod +++ b/restrict-ingress-classes/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-ingress-classes" -version = "0.1.1" +version = "0.1.2" description = "`restrict-ingress-classes` is a KCL validation module" diff --git a/restrict-ingress-defaultbackend/kcl.mod b/restrict-ingress-defaultbackend/kcl.mod index 58b34f3f..062ca98d 100644 --- a/restrict-ingress-defaultbackend/kcl.mod +++ b/restrict-ingress-defaultbackend/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-ingress-defaultbackend" -version = "0.1.1" +version = "0.1.2" description = "`restrict-ingress-defaultbackend` is a KCL validation module" diff --git a/restrict-ingress-deny-multiple-hosts/kcl.mod b/restrict-ingress-deny-multiple-hosts/kcl.mod index 5b4bf28d..3693fb65 100644 --- a/restrict-ingress-deny-multiple-hosts/kcl.mod +++ b/restrict-ingress-deny-multiple-hosts/kcl.mod @@ -1,5 +1,5 @@ [package] name = "restrict-ingress-deny-multiple-hosts" -version = "0.1.1" +version = "0.1.2" description = "`restrict-ingress-deny-multiple-hosts` is a KCL validation module"