Skip to content

Commit

Permalink
add Debricked credentials and perform vulnerability scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed May 21, 2024
1 parent a31ec06 commit c0c18f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ jobs:
- name: 🧪 Run tests with coverage
run: npm run test:coverage
env:
CI: true # 🤖 CI mode
CI: true
- name: 🎭 Mask Debricked credentials
run: |
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 }}

0 comments on commit c0c18f4

Please sign in to comment.