From dbf0e0a99b2fb7f659a368e182e5697ef5c51861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Oblak?= Date: Thu, 20 Feb 2025 16:59:26 +0100 Subject: [PATCH] ci: disable gitleaks action --- .github/workflows/gitleaks.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 9068c535..ffd91d1f 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -1,16 +1,16 @@ -name: Check for git secrets with Gitleaks -on: - pull_request: - branches: - - main -jobs: - scan: - name: gitleaks - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - with: - fetch-depth: 0 - - uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# name: Check for git secrets with Gitleaks +# on: +# pull_request: +# branches: +# - main +# jobs: +# scan: +# name: gitleaks +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 +# with: +# fetch-depth: 0 +# - uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2 +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}