Skip to content

Commit

Permalink
update gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaguardian committed Aug 11, 2024
1 parent d541fcd commit 9c0b0bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gitleaks-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: wget https://raw.githubusercontent.com/zricethezav/gitleaks/master/config/gitleaks.toml
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: configs/gitleaks.toml

0 comments on commit 9c0b0bd

Please sign in to comment.