From 9b68bc7ae4323312340d9175bad08f825cbca3be Mon Sep 17 00:00:00 2001 From: Mariam Fahmy Date: Mon, 4 Dec 2023 17:41:57 +0200 Subject: [PATCH] fix the name field in artifacthub-pkg.yaml Signed-off-by: Mariam Fahmy --- .../restricted/disallow-capabilities-strict/artifacthub-pkg.yml | 2 +- .../disallow-privilege-escalation/artifacthub-pkg.yml | 2 +- .../restricted/require-run-as-non-root-user/artifacthub-pkg.yml | 2 +- .../restricted/restrict-seccomp-strict/artifacthub-pkg.yml | 2 +- .../restricted/restrict-volume-types/artifacthub-pkg.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pod-security-cel/restricted/disallow-capabilities-strict/artifacthub-pkg.yml b/pod-security-cel/restricted/disallow-capabilities-strict/artifacthub-pkg.yml index b8ac370d4..f266dcd2b 100644 --- a/pod-security-cel/restricted/disallow-capabilities-strict/artifacthub-pkg.yml +++ b/pod-security-cel/restricted/disallow-capabilities-strict/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -name: disallow-capabilities-strict +name: disallow-capabilities-strict-cel version: 1.0.0 displayName: Disallow Capabilities (Strict) in CEL expressions description: >- diff --git a/pod-security-cel/restricted/disallow-privilege-escalation/artifacthub-pkg.yml b/pod-security-cel/restricted/disallow-privilege-escalation/artifacthub-pkg.yml index 2958d7d7c..1441011a4 100644 --- a/pod-security-cel/restricted/disallow-privilege-escalation/artifacthub-pkg.yml +++ b/pod-security-cel/restricted/disallow-privilege-escalation/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -name: disallow-privilege-escalation +name: disallow-privilege-escalation-cel version: 1.0.0 displayName: Disallow Privilege Escalation in CEL expressions description: >- diff --git a/pod-security-cel/restricted/require-run-as-non-root-user/artifacthub-pkg.yml b/pod-security-cel/restricted/require-run-as-non-root-user/artifacthub-pkg.yml index 6124685f3..3eb11efc5 100644 --- a/pod-security-cel/restricted/require-run-as-non-root-user/artifacthub-pkg.yml +++ b/pod-security-cel/restricted/require-run-as-non-root-user/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -name: require-run-as-non-root-user +name: require-run-as-non-root-user-cel version: 1.0.0 displayName: Require Run As Non-Root User in CEL expressions description: >- diff --git a/pod-security-cel/restricted/restrict-seccomp-strict/artifacthub-pkg.yml b/pod-security-cel/restricted/restrict-seccomp-strict/artifacthub-pkg.yml index 5eb936de2..8ed7a802e 100644 --- a/pod-security-cel/restricted/restrict-seccomp-strict/artifacthub-pkg.yml +++ b/pod-security-cel/restricted/restrict-seccomp-strict/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -name: restrict-seccomp-strict +name: restrict-seccomp-strict-cel version: 1.0.0 displayName: Restrict Seccomp (Strict) in CEL expressions description: >- diff --git a/pod-security-cel/restricted/restrict-volume-types/artifacthub-pkg.yml b/pod-security-cel/restricted/restrict-volume-types/artifacthub-pkg.yml index 3153372d3..1a83352df 100644 --- a/pod-security-cel/restricted/restrict-volume-types/artifacthub-pkg.yml +++ b/pod-security-cel/restricted/restrict-volume-types/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -name: restrict-volume-types +name: restrict-volume-types-cel version: 1.0.0 displayName: Restrict Volume Types in CEL expressions description: >-