Merge pull request #433 from AikidoSec/feat/update-github-actions-example

Fix Bitbucket Pipelines Example
This commit is contained in:
bitterpanda 2026-04-28 08:51:35 +02:00 committed by GitHub
commit 4ef69d337f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -471,7 +471,7 @@ steps:
name: Install name: Install
script: script:
- curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci - curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
- export PATH=~/.safe-chain/shims:$PATH - export PATH=~/.safe-chain/shims:~/.safe-chain/bin:$PATH
- npm ci - npm ci
``` ```