
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
CLI for poking around Buildkite, like gh
for GitHub
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/bk
. To experiment with that code, run bin/console
for an interactive prompt.
See Development section while in release
See bk --help
and bk <subcommand> --help
for most accurate usage. Below are some examples!
Usage: bk annotations [slug_or_url]
Display annotations of a specific build:
$ bk annotations https://buildkite.com/your-org/your-pipeline/builds/1234
Display annotations of the most recent build (requires gh
):
$ bk annotations
Usage: bk artifacts [slug_or_url] [--glob <pattern>] [--download]
Display artifacts of a specific build:
$ bk annotations https://buildkite.com/your-org/your-pipeline/builds/1234
Display artifacts of a specific build matching a glob (tip: quote the glob pattern to avoid your shell expanding):
$ bk annotations https://buildkite.com/your-org/your-pipeline/builds/1234 --glob "*.log"
Download artifacts of a specific build matching a glob (tip: quote the glob pattern to avoid your shell expanding):
$ bk annotations https://buildkite.com/your-org/your-pipeline/builds/1234 --glob "*.log" --download
More to come? Whatchu want? Feature requests and PRs welcome!
After checking out the repo, run bin/setup
to install dependencies. You can also run bin/console
for an interactive prompt that will allow you to experiment. You can run the command from this checkout with:
bk $ bundle exec exe/bk [args...]
To install this gem onto your local machine, run bundle exec rake install
. If you want to use bk
in different ruby versions, you'll need to use your version manager to switch and install it. You might find this snippet useful:
bk $ rake build
bk 0.1.0 built to pkg/bk-0.1.0.gem.
bk $ cd ~/workspace/some-project
some-project $ gem install ~/workspace/bk/bk-0.1.0.gem
To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and the created tag, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/technicalpickles/bk.
FAQs
Unknown package
We found that buildkite-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.