You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ deployment records to GitHub's artifact metadata API.
23
23
-**Real-time tracking**: Sends deployment records when pods are
24
24
created or deleted
25
25
-**Graceful shutdown**: Properly drains work queue before terminating
26
+
-**Runtime risks**: Track runtime risks through annotations
26
27
27
28
## How It Works
28
29
@@ -82,6 +83,17 @@ The `DN_TEMPLATE` supports the following placeholders:
82
83
-`{{deploymentName}}` - Name of the owning Deployment
83
84
-`{{containerName}}` - Container name
84
85
86
+
## Runtime Risks
87
+
88
+
You can track runtime risks through annotations. Add the annotation `github.com/runtime-risks`, with a comma-separated list of supported runtime risk values. Annotations are aggregated from the pod and its owner reference objects.
89
+
90
+
Currently supported runtime risks:
91
+
-`critical-resource`
92
+
-`lateral-movement`
93
+
-`internet-exposed`
94
+
-`sensitive-data`
95
+
96
+
85
97
## Kubernetes Deployment
86
98
87
99
A complete deployment manifest is provided in `deploy/manifest.yaml`
0 commit comments