
    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 }}
          