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.