From b295183cd6b0ad02296adc02fb5075b307d1f796 Mon Sep 17 00:00:00 2001 From: Adam Pierson Date: Thu, 28 Jul 2022 08:06:22 -0500 Subject: [PATCH] Removing gitleaks check. --- .github/workflows/gitleaks.yml | 14 -------------- 1 file changed, 14 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 c0a5a6b..0000000 --- a/.github/workflows/gitleaks.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: gitleaks -on: - pull_request: - push: - branches: - - main - -jobs: - gitleaks: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: gitleaks-action - uses: zricethezav/gitleaks-action@master