Skip to content

Commit

Permalink
fix the name field in artifacthub-pkg.yml for PSS CEL policies (#806)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
  • Loading branch information
MariamFahmy98 authored Nov 11, 2023
1 parent 099c8c8 commit e3f4b89
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-capabilities
name: disallow-capabilities-cel
version: 1.0.0
displayName: Disallow Capabilities in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-host-namespaces
name: disallow-host-namespaces-cel
version: 1.0.0
displayName: Disallow Host Namespaces in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-host-path
name: disallow-host-path-cel
version: 1.0.0
displayName: Disallow hostPath in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-host-ports-range
name: disallow-host-ports-range-cel
version: 1.0.0
displayName: Disallow hostPorts Range (Alternate) in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-host-ports
name: disallow-host-ports-cel
version: 1.0.0
displayName: Disallow hostPorts in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-host-process
name: disallow-host-process-cel
version: 1.0.0
displayName: Disallow hostProcess in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-privileged-containers
name: disallow-privileged-containers-cel
version: 1.0.0
displayName: Disallow Privileged Containers in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-proc-mount
name: disallow-proc-mount-cel
version: 1.0.0
displayName: Disallow procMount in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: disallow-selinux
name: disallow-selinux-cel
version: 1.0.0
displayName: Disallow SELinux in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: restrict-seccomp
name: restrict-seccomp-cel
version: 1.0.0
displayName: Restrict Seccomp in CEL expressions
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: restrict-sysctls
name: restrict-sysctls-cel
version: 1.0.0
displayName: Restrict sysctls in CEL expressions
description: >-
Expand Down

0 comments on commit e3f4b89

Please sign in to comment.