From 785d34a97ad3416dc96f41ae3b8f2bfd002f91c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= Date: Tue, 11 Mar 2025 11:31:55 +0100 Subject: [PATCH] MegaLinter: Disable gitleaks It is not possible to configure it to scan only PR commits in pull_request_target events. --- .mega-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mega-linter.yml b/.mega-linter.yml index 475adff6b0d..e45919ac05a 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -19,6 +19,7 @@ DISABLE_LINTERS: - PYTHON_FLAKE8 - PYTHON_ISORT - REPOSITORY_DEVSKIM + - REPOSITORY_GITLEAKS - REPOSITORY_KICS - REPOSITORY_SECRETLINT - REPOSITORY_TRIVY