Skip to content

Commit

Permalink
chore: Update Debricked vulnerability scan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed May 21, 2024
1 parent 5f0cfb5 commit d5ea6ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "::add-mask::${{ secrets.DEBRICKED_USERNAME }}"
echo "::add-mask::${{ secrets.DEBRICKED_PASSWORD }}"
- name: 🛡️ Debricked Vulnerability Scan
uses: Debricked/scan-action@v1
with:
debricked-username: ${{ secrets.DEBRICKED_USERNAME }}
debricked-password: ${{ secrets.DEBRICKED_PASSWORD }}
run: |
curl -s https://app.debricked.com/api/v1/cli/download -o debricked-cli.phar
chmod +x debricked-cli.phar
./debricked-cli.phar ci:upload --username ${{ secrets.DEBRICKED_USERNAME }} --password ${{ secrets.DEBRICKED_PASSWORD }} --repository ${{ github.repository }} --commit ${{ github.sha }}

0 comments on commit d5ea6ef

Please sign in to comment.