
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Run and test your Buildkite pipeline steps locally, just as they'd run in CI, using the buildkite-agent itself.
Run and test your Buildkite pipeline steps locally, just as they'd run in CI, using the buildkite-agent bootstrap itself.
$ bksr
? Choose a pipeline step to run (Use arrow keys)
❯ :shell: Shellcheck
:sparkles: Lint
:shell: Tests
Features:
On macOS using Homebrew:
$ brew install toolmantim/bksr/bksr
Everywhere else:
$ npm i -g bksr
Or, with npx
$ npx bksr
Or, like srsly:
$ alias bksrsly=bksr
$ bksrsly
? Choose a pipeline step to run (Use arrow keys)
❯ :shell: Shellcheck
:sparkles: Lint
:shell: Tests
bksr
Run and test your Buildkite pipeline steps locally, just as they'd run in CI,
using the buildkite-agent itself.
Options:
--step, -s Label of the step to run [string]
--all, -a Run steps that don’t use branch filters [boolean]
--branch, -b Run all steps matching the given branch [string]
--pipeline, -p Path to the pipeline file, or "-" to read from STDIN
[string] [default: ".buildkite/pipeline.yml"]
--checkout, -c Run steps in a fresh checkout [boolean] [default: false]
--version Show version number [boolean]
--help Show help [boolean]
--help
You can run it locally by invoking lib/bksr.js
from the command line:
$ cd ~/some-project
$ ~/path-to-bksr-checkout/bin/bksrc.js
To run the unit and integration tests:
$ docker-compose run --rm tests
Or, you can use bksr itself 😱
$ bin/bksr.js --all
The following command will:
git checkout master && git pull && npm version [major | minor | patch]
See LICENSE (ISC)
FAQs
Run and test your Buildkite pipeline steps locally, just as they'd run in CI, using the buildkite-agent itself.
The npm package bksr receives a total of 1 weekly downloads. As such, bksr popularity was classified as not popular.
We found that bksr 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.