Skip to content

Commit

Permalink
Add GitLeaks secret scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ragineeCap committed Oct 3, 2024
1 parent 133fdc7 commit 1296bb2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/gitleaks_secret_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

name: Gitleaks - Scanning Secrets in PR

on:
pull_request:
types:
- synchronize
- opened
branches:
- 'main'
- 'master'

jobs:
scan:
uses: Capillary/security-workflows/.github/workflows/gitLeaks_reusable_worflow.yml@main
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

0 comments on commit 1296bb2

Please sign in to comment.