Skip to content

Commit

Permalink
chore: Update Debricked CLI download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed May 21, 2024
1 parent 773ca30 commit cf21fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "::add-mask::${{ secrets.DEBRICKED_PASSWORD }}"
- name: Install Debricked CLI
run: |
curl -L https://github.com/debricked/cli/releases/latest/download/debricked-linux-amd64.tar.gz -o debricked.tar.gz
curl -L https://github.com/debricked/cli/releases/latest/download/debricked-cli-linux-amd64.tar.gz -o debricked.tar.gz
tar -xzf debricked.tar.gz
sudo mv debricked /usr/local/bin/debricked
- name: 🛡️ Debricked Vulnerability Scan
Expand Down

0 comments on commit cf21fa3

Please sign in to comment.