From a60fbb24606ac540efa2e58356b1641440ec166d Mon Sep 17 00:00:00 2001 From: nkowenski Date: Thu, 21 Mar 2024 11:43:15 +0100 Subject: [PATCH] mv gitleaks file to default folder --- .github/{workflows => linters}/.gitleaks.toml | 0 .github/workflows/super-linter.yml | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/{workflows => linters}/.gitleaks.toml (100%) diff --git a/.github/workflows/.gitleaks.toml b/.github/linters/.gitleaks.toml similarity index 100% rename from .github/workflows/.gitleaks.toml rename to .github/linters/.gitleaks.toml diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index f0b3d70..06d4d24 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -29,5 +29,7 @@ jobs: env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITLEAKS_CONFIG_FILE: .github/workflows/.gitleaks.toml + VALIDATE_PYTHON: true + # GITLEAKS_CONFIG_FILE: .github/workflows/.gitleaks.toml +