
Security News
Packagist Urges Immediate Composer Update After GitHub Actions Token Leak
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.
github.com/hurdad/flow-pipe/controller
Advanced tools
The controller is the Kubernetes reconciler that deploys and manages flow-pipe runtimes. It translates desired FlowSpecs into Kubernetes resources and reports status back to the API.
cmd/flow-controller/ – Controller entrypoint and CLI wiring.internal/controller/ – Reconcilers and flow-specific business logic.internal/kube/ – Kubernetes client helpers and informers.internal/observability/ – Metrics/tracing wiring.internal/config/ – Configuration loading and defaults.internal/store/ – State abstractions backed by the Flow API/etcd.Use the top-level Makefile to build the controller and ensure protobufs are up to date:
make proto-go # generate Go bindings consumed by the controller
make controller # build the controller binaries
make -C controller test # run Go unit tests within this module
The controller module follows standard Go module practices and expects $GOPATH-independent builds.
FAQs
Unknown package
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
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.