diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml new file mode 100644 index 0000000..9300706 --- /dev/null +++ b/.github/workflows/secrets-scan.yml @@ -0,0 +1,16 @@ +name: Secrets Scan + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + scan: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: gitleaks/gitleaks-action@v2 + with: + config-path: .gitleaks.toml