From 85bd8a3c35af095431634f9445f3a03a06147c79 Mon Sep 17 00:00:00 2001 From: Nicolas Schmid Date: Thu, 13 Jun 2024 11:34:23 +0200 Subject: [PATCH] remove gitleaks.yaml --- .github/workflows/gitleaks.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/gitleaks.yaml diff --git a/.github/workflows/gitleaks.yaml b/.github/workflows/gitleaks.yaml deleted file mode 100644 index d0713a44..00000000 --- a/.github/workflows/gitleaks.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: gitleaks -on: - push: - branches: - - 'main' - - 'develop' - - 'feature/*' - - 'release/*' - - 'hotfix/*' - - 'pull_request' - - 'push' - tags: - - '*' -jobs: - scan: - name: gitleaks - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: gitleaks/gitleaks-action@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file