Skip to content

Commit

Permalink
fix the name field in artifacthub-pkg.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Mariam Fahmy <[email protected]>
  • Loading branch information
MariamFahmy98 committed Dec 4, 2023
1 parent ab614f7 commit 9b68bc7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -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: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -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: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -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: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -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: >-
Expand Down

0 comments on commit 9b68bc7

Please sign in to comment.