generated from nhcarrigan/template
feat: install binaries
This commit is contained in:
parent
b2117e0974
commit
1f02b770ae
@ -14,5 +14,12 @@ jobs:
|
|||||||
- name: Checkout Source Files
|
- name: Checkout Source Files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Binaries
|
||||||
|
run: |
|
||||||
|
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/syft/main/install.sh | sudo sh -s -- -b /usr/local/bin
|
||||||
|
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
||||||
|
|
||||||
- name: Run scan
|
- name: Run scan
|
||||||
run: ./cron.sh
|
run: ./cron.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user