generated from nhcarrigan/template
fix: pnpm separately
This commit is contained in:
parent
1f02b770ae
commit
81a05162d5
@ -19,7 +19,12 @@ jobs:
|
|||||||
sudo apt-get install gitleaks trivy
|
sudo apt-get install gitleaks trivy
|
||||||
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sudo sh -s -- -b /usr/local/bin
|
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sudo sh -s -- -b /usr/local/bin
|
||||||
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sudo sh -s -- -b /usr/local/bin
|
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sudo sh -s -- -b /usr/local/bin
|
||||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
|
||||||
|
- name: PNPM
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: pnpm i -g snyk
|
||||||
|
|
||||||
- name: Run scan
|
- name: Run scan
|
||||||
run: ./cron.sh
|
run: ./cron.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user