From 28058dc6c12647e97e0166c8fa3dbee6e5f7f553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Go=C5=82da?= <107693403+ArturGolda@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:43:34 +0100 Subject: [PATCH] Disabling online secrets validation by trufflehog to prevent suspicious activity from AWS (#542) Co-authored-by: ArturGolda --- .github/workflows/trufflehog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index 482aa833..46a325c0 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -18,4 +18,4 @@ jobs: path: ./ base: "" # No specific base commit for comparison, scans the entire branch head: ${{ github.ref_name }} # Current branch name - extra_args: --exclude-detectors uri --exclude-paths .trufflehog/.trufflehogignore.txt # Exclude the URI detector and specific files from scanning + extra_args: --exclude-detectors uri --exclude-paths .trufflehog/.trufflehogignore.txt --no-verification # Exclude the URI detector and specific files from scanning