Skip to content

Commit

Permalink
Fix invalid slugs (#67)
Browse files Browse the repository at this point in the history
* Fix slugs

* Add slug to cis/M-500
  • Loading branch information
caruccio authored Dec 6, 2024
1 parent c50d9ea commit 4b8de5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions internal/builtins/cis/M-500_default_namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@


id: M-500
slug: workload-in-default-namespace
severity: Medium
message: "Workload in default namespace"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-409
slug: depŕecated image registry
slug: depŕecated-image-registry
severity: Medium
message: "Deprecated image registry"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-410
slug: resource using invalid restartPolicy
slug: resource-using-invalid-restartpolicy
severity: Medium
message: "Not allowed restartPolicy"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-411
slug: role binding referencing anonymous or unauthenticated
slug: role-binding-referencing-anonymous-or-unauthenticated
severity: Medium
message: "Role Binding referencing anonymous user or unauthenticated group"
match:
Expand Down

0 comments on commit 4b8de5b

Please sign in to comment.