1
0
Fork 0

Protect CI against supply chain attack on nodejs

This commit is contained in:
Michel Loiseleur 2025-12-01 14:58:05 +01:00 committed by GitHub
parent 042feacf3e
commit e15c11961f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 2 deletions

View file

@ -80,7 +80,12 @@ jobs:
cache: 'yarn'
cache-dependency-path: webui/yarn.lock
- name: Setup safe-chain
run: |
npm i -g @aikidosec/safe-chain
safe-chain setup-ci
- name: UI unit tests
run: |
yarn --cwd webui install
yarn --cwd webui install --ignore-scripts
yarn --cwd webui test:unit:ci