Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid slugs #67

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading