Skip to content

Commit

Permalink
🌱 add: checkleak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Aug 9, 2024
1 parent d18c9d3 commit f654ef3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check-gitleaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: gitleaks
on:
pull_request:
push:
branches:
- '**'
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: gitleaks/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.

0 comments on commit f654ef3

Please sign in to comment.