From bc2f19c86b5af8b68f7f3e3bb3d97f55aaa19bc9 Mon Sep 17 00:00:00 2001 From: Scott Date: Sat, 11 Jul 2026 16:13:07 -0400 Subject: [PATCH] ci: secrets-scan Action --- .github/workflows/secrets-scan.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/secrets-scan.yml 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