
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
brigadiertest
Advanced tools
Brigadier is the events and jobs library for Brigade.
This is the core of the Brigadier library, but the Kubernetes runtime is part of Brigade itself.
To run a brigade.js
file in Kubernetes, it will need to be executed within Brigade.
This library is useful for:
brigade.js
filesBecause there is no JobRunner
implementation, executing job.run()
is a no-op unless you override the appropriate methods on the Job
class.
Install with Yarn, NPM, etc.:
$ yarn add @brigadecore/brigadier
While this library is fairly stable, it is considered best to match the version of this library to the version of Brigade that you are using.
The API is the same here as in Brigade's API:
const {events, Job} = require("@brigadecore/brigadier");
events.on("push", (e, p) => {
console.log("Got a push event");
const j = new Job("example", "alpine:3.7");
j.run().then((res) => {
console.log(`result: ${ res.toString() } `)
});
});
To learn more, visit the official scripting guide.
This Brigade project accepts contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted.
A DCO sign-off is required for contributions to repos in the brigadecore org. See the documentation in Brigade's Contributing guide for how this is done.
FAQs
Brigade library for pipelines and events
The npm package brigadiertest receives a total of 0 weekly downloads. As such, brigadiertest popularity was classified as not popular.
We found that brigadiertest 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.