Skip to content

Commit 5825a68

Browse files
committed
fixed tags
Signed-off-by: amanycodes <[email protected]>
1 parent b83445e commit 5825a68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

rules/cre-2025-0127/cre-exit-127.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rules:
1919
- Pod fails to start; controllers may enter CrashLoopBackOff.
2020
- Service remains unavailable until the image/command is fixed.
2121
tags:
22-
- Kubernetes
22+
- k8s
2323
- exit-code
2424
- command
2525
- entrypoint

rules/cre-2025-0134/cre-exit-134.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rules:
1919
- Immediate termination of the container; possible loss of in-flight work.
2020
- Repeated crashes if the triggering condition is deterministic at startup.
2121
tags:
22-
- Kubernetes
22+
- k8s
2323
- exit-code
2424
- sigabrt
2525
- assertion

rules/cre-2025-0137/cre-exit-137.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rules:
2222
- CrashLoopBackOff and reduced availability.
2323
- Potential loss of in-flight work not checkpointed to durable storage.
2424
tags:
25-
- Kubernetes
25+
- k8s
2626
- exit-code
2727
- out-of-memory
2828
- memory

rules/cre-2025-0139/cre-exit-139.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rules:
1919
- Hard crash; requests being processed may be dropped.
2020
- Repeated crashes if the segfault occurs deterministically at startup.
2121
tags:
22-
- Kubernetes
22+
- k8s
2323
- exit-code
2424
- segfault
2525
- native

0 commit comments

Comments
 (0)