Skip to content

Commit

Permalink
chore: Update Debricked CLI scan command to use 'scan' instead of 'up…
Browse files Browse the repository at this point in the history
…load'
  • Loading branch information
Jagoda11 committed May 21, 2024
1 parent 9c1f801 commit 1f50ee5
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 upload -t ${{ secrets.DEBRICKED_TOKEN }} -r ${{ github.repository }} -c ${{ github.sha }}
debricked scan -t ${{ secrets.DEBRICKED_TOKEN }} -r ${{ github.repository }} -c ${{ github.sha }}

0 comments on commit 1f50ee5

Please sign in to comment.