Skip to content

Commit

Permalink
Merge pull request #2 from Capillary/gitLeaksSecretScan
Browse files Browse the repository at this point in the history
Adding github secret scan file
  • Loading branch information
ragineeCap authored Oct 28, 2024
2 parents 133fdc7 + 1296bb2 commit 5160671
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 5160671

Please sign in to comment.