Skip to content

Commit

Permalink
feat: install scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi committed Jul 19, 2024
1 parent 0b6d83a commit 553ac01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y jq curl
- name: Install scorecard
run: |
curl -sSL https://github.com/ossf/scorecard/releases/download/v4.13.1/scorecard_4.13.1_linux_amd64.tar.gz | tar xz -C /tmp && sudo mv /tmp/./scorecard-linux-amd64 /usr/local/bin/scorecard
chmod +x /usr/local/bin/scorecard
- name: Run evaluation script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 553ac01

Please sign in to comment.