
Security News
152 Chrome Live Wallpaper Extensions Hid Ad Tracking and Faked Google Search Traffic
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.
github.com/buildkite/cli
Advanced tools
A command line interface for Buildkite.
This is currently a pre-release, and we'd love to hear any feedback and questions you might have. Please file an issue on GitHub and let us know 💖
On macOS, you can install with Homebrew:
brew tap buildkite/cli
brew install bk
On all other platforms, download a binary from the latest GitHub releases.
# Sets up your credentials (stored in your operating system's native secure storage, using https://github.com/99designs/keyring)
bk configure
# Opens the current pipeline in your browser
bk browse
# List the pipelines that you have access to
bk pipelines list
# Triggers a build for the current directory's commit and branch
bk build create
# Runs the current directory's pipeline steps locally (requires the buildkite-agent to be installed)
bk local run
# Sets up your current git project directory for Buildkite, creating a .buildkite/pipeline.yml file, a pipeline in Buildkite, and setting up the webhooks on GitHub or Bitbucket
bk init
Developed using Golang 1.11+ with modules.
export GO111MODULE=on
git clone git@github.com:buildkite/cli.git
cd cli/
go run ./cmd/bk --help
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
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.