From 8c929f65e23beccc01af8713ba03bf259904604a Mon Sep 17 00:00:00 2001 From: Reinier Criel Date: Wed, 17 Dec 2025 13:51:56 +0100 Subject: [PATCH] Update README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index d56775c..1d6db62 100644 --- a/README.md +++ b/README.md @@ -224,8 +224,6 @@ iex "& { $(iwr 'https://raw.githubusercontent.com/AikidoSec/safe-chain/main/inst displayName: "Install dependencies" ``` -After setup, all subsequent package manager commands in your CI pipeline will automatically be protected by Aikido Safe Chain's malware detection. - ## CircleCI Example ```yaml @@ -239,11 +237,10 @@ jobs: - run: | curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.sh | sh -s -- --ci - run: npm ci - - run: npm test workflows: build_and_test: jobs: - build ``` -Note: `setup-ci` writes the Safe Chain shims to `~/.safe-chain/shims` and persists PATH via CircleCI's `BASH_ENV`, so subsequent steps automatically use the wrapped package managers. +After setup, all subsequent package manager commands in your CI pipeline will automatically be protected by Aikido Safe Chain's malware detection.