Skip to content

Commit

Permalink
ci: add gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Mar 4, 2024
1 parent b0919e5 commit 8a5d5e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ jobs:
- run: yarn
- run: yarn lint
- run: yarn build

scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{secrets.BAL_GITLEAKS_LICENSE}}

0 comments on commit 8a5d5e9

Please sign in to comment.