From f11171ad89dcb61330f9f3790b20f10e39db01ed Mon Sep 17 00:00:00 2001 From: Max Daum Date: Fri, 5 Aug 2022 14:00:37 -0400 Subject: [PATCH] remove gitleaks --- .github/workflows/gitleaks.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/gitleaks.yml diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml deleted file mode 100644 index d654128..0000000 --- a/.github/workflows/gitleaks.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: gitleaks - -on: [push, pull_request] - -jobs: - gitleaks: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: gitleaks-action - uses: zricethezav/gitleaks-action@master - with: - config-path: .gitleaks.toml