Skip to content

Commit

Permalink
gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MakotoE committed Sep 29, 2023
1 parent 575b559 commit 9879dd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,13 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get gitleaks
run: |
wget -qO- https://github.com/gitleaks/gitleaks/releases/download/v8.18.0/gitleaks_8.18.0_linux_x64.tar.gz | tar xvz
- name: Check for secrets
run: |
./gitleaks detect -v --redact

0 comments on commit 9879dd7

Please sign in to comment.