From 832276f387e3f20bc795725bbe3350e4c84c3fcb Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 11 Dec 2025 03:23:51 +0300 Subject: [PATCH] fix(ci): update TruffleHog to scan full repo instead of diff --- .github/workflows/quality-gate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 834208bd..28344a6f 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -93,5 +93,4 @@ jobs: uses: trufflesecurity/trufflehog@main with: path: ./ - base: ${{ github.event.repository.default_branch }} - head: HEAD \ No newline at end of file + extra_args: --only-verified \ No newline at end of file