Skip to content

Commit

Permalink
Merge pull request #1 from GooeyAI/gitleaks
Browse files Browse the repository at this point in the history
Gitleaks - Secret Scanning
  • Loading branch information
devxpy committed Aug 12, 2024
2 parents 89a6ba1 + e24ce44 commit df9eccf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: gitleaks
on: [pull_request, push, workflow_dispatch]
jobs:
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.GITLEAKS_LICENSE}}
GITLEAKS_NOTIFY_USER_LIST: '@sandergi'

0 comments on commit df9eccf

Please sign in to comment.