Skip to content

Commit

Permalink
chore: Update Debricked CLI upload command to use 'upload' instead of…
Browse files Browse the repository at this point in the history
… 'ci:upload'
  • Loading branch information
Jagoda11 committed May 21, 2024
1 parent 04b3a63 commit 9c1f801
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 @@ -38,4 +38,4 @@ jobs:
sudo mv debricked /usr/local/bin/debricked
- name: 🛡️ Debricked Vulnerability Scan
run: |
debricked ci:upload -t ${{ secrets.DEBRICKED_TOKEN }} -r ${{ github.repository }} -c ${{ github.sha }}
debricked upload -t ${{ secrets.DEBRICKED_TOKEN }} -r ${{ github.repository }} -c ${{ github.sha }}

0 comments on commit 9c1f801

Please sign in to comment.