Skip to content

Commit

Permalink
chore: Mask Debricked credentials and update vulnerability scan confi…
Browse files Browse the repository at this point in the history
…guration
  • Loading branch information
Jagoda11 committed May 21, 2024
1 parent c0c18f4 commit 5f0cfb5
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 @@ -30,10 +30,10 @@ jobs:
CI: true
- name: 🎭 Mask Debricked credentials
run: |
echo "::add-mask::${{ secrets.DEBRICKED_USERNAME }}"
echo "::add-mask::${{ secrets.DEBRICKED_PASSWORD }}"
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 }}
debricked-username: ${{ secrets.DEBRICKED_USERNAME }}
debricked-password: ${{ secrets.DEBRICKED_PASSWORD }}

0 comments on commit 5f0cfb5

Please sign in to comment.