skroutz/eBPF Network Tracker
Tracks all TCP/UDP connections on the GitHub Runner via eBPF and uploads logs to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| s3-bucket | S3 bucket name where the network event log will be uploaded (required when output is s3) | no | "" |
| output | Log destination: "s3" uploads to S3 at job end, "stdio" prints to the runner log (useful for debugging without S3 access) | no | s3 |
| proc-scan | Poll /proc/net every 200 ms to capture connections established before the tracker step started (e.g. OIDC credential calls, git fetch). Set to "false" to disable. | no | true |
Outputs
no outputs