
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
| switch | description |
|---|---|
| address | navigator serving address (defaults to 0.0.0.0) |
| port | navigator GRPC port (defaults to 8001) |
| http-port | navigator health check and prometheus http endpoint port (defaults to 8089) |
| log-level | navigator log level. Allowed values: trace, debug, warn, fatal (defaults to fatal) |
| log-json | use json formatter for navigator logs |
| profiling | enable pprof endpoints |
| sidecar-health | enable custon health check endpoint configuration for sidecar |
| sidecar-health-path | sidecar health check path |
| sidecar-health-port | sidecar health check port |
| env var | decription |
|---|---|
| NAVIGATOR_DYNAMIC_CLUSTER | envoy GRPC api config source cluster name |
| env var | decription |
|---|---|
| NAVIGATOR_ADDRESS | navigator host |
| NAVIGATOR_PORT | navigator port |
| SERVICE_NAME | service name to which envoy is injected |
| CLUSTER_NAME | cluster name (as it configured in navigator) |
| LOG_LEVEL | envoy log level (trace, debug, info, warn, fatal) |
kubectl 1.15 is required
Prepare env for tests (kube kind is used):
make prepare-for-e2e
Run tests:
make test-e2e
make test-unit
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.