From f866e9853c4010c478ae439b401567069c786b03 Mon Sep 17 00:00:00 2001 From: Hugo Larcher Date: Mon, 17 Feb 2025 16:29:28 +0100 Subject: [PATCH] fix: trufflehog --- .github/workflows/trufflehog.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/trufflehog.yaml b/.github/workflows/trufflehog.yaml index 7f6646e1..9a065f44 100644 --- a/.github/workflows/trufflehog.yaml +++ b/.github/workflows/trufflehog.yaml @@ -17,4 +17,5 @@ jobs: - name: Secret Scanning uses: trufflesecurity/trufflehog@main with: - extra_args: --results=verified,unknown + # exclude buggy postgres detector that is causing false positives and not relevant to our codebase + extra_args: --results=verified,unknown --exclude-detectors=postgres