Update README

This commit is contained in:
Reinier Criel 2025-12-17 13:51:56 +01:00
parent 5de43c1bf2
commit 8c929f65e2

View file

@ -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.