diff --git a/.github/workflows/gitleaks_secret_scan.yml b/.github/workflows/gitleaks_secret_scan.yml new file mode 100644 index 000000000000..434d5a923048 --- /dev/null +++ b/.github/workflows/gitleaks_secret_scan.yml @@ -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 }} + \ No newline at end of file