
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@ci-toolkit/pipeline
Advanced tools
A tool for keeping a continuous delivery pipeline state in a Git repository
The intention of this suite of commands is to keep the track the progress of CI pipelines inside a Git repository instead of CI servers. In fact, this solution eliminates the necessity of using stateful CI servers at all as each steps of pipelines can be executed by independent, continusously running processes.
Process A:
# cloning the repository
git clone git@github.com:mstream/ci-toolkit.git
# running unit tests
./run-unit-tests.sh
# marking the commit
npx @ci-toolkit/pipeline mark-commit --ci-stage unit-testing --commit-ref $(git rev-parse HEAD)
# push notes
git push origin refs/notes/*
Process B:
# cloning the repository
git clone git@github.com:mstream/ci-toolkit.git
# checking out the last commit which passed unit tests
git checkout $(npx @ci-toolkit/pipeline get-last --ci-stage unit-testing)
# running functional tests
./run-functional-tests.sh
# marking the commit
npx @ci-toolkit/pipeline mark-commit --ci-stage functional-testing --commit-ref $(git rev-parse HEAD)
# push notes
git push origin refs/notes/*
Process C:
# cloning the repository
git clone git@github.com:mstream/ci-toolkit.git
# checking out the last commit which passed both unit tests and functional tests
git checkout $(npx @ci-toolkit/pipeline get-last --ci-stage unit-testing --ci-stage functional-testing)
# running functional tests
./run-integration-tests.sh
# marking the commit
npx @ci-toolkit/pipeline mark-commit --ci-stage integration-testing --commit-ref $(git rev-parse HEAD)
# push notes
git push origin refs/notes/*
0.4.0 (2021-11-30)
FAQs
A tool for keeping a continuous delivery pipeline state in a Git repository
The npm package @ci-toolkit/pipeline receives a total of 0 weekly downloads. As such, @ci-toolkit/pipeline popularity was classified as not popular.
We found that @ci-toolkit/pipeline 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.