From b9a2298421803c7b18f21f244030c26d6101c884 Mon Sep 17 00:00:00 2001 From: Mike Vanbuskirk Date: Tue, 9 Apr 2024 17:22:23 -0400 Subject: [PATCH] fix thog config --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8f6fc7..aa1525a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,9 +30,7 @@ jobs: continue-on-error: true with: path: ./ - base: "${{ github.event.repository.default_branch }}" - head: HEAD - extra_args: --debug + extra_args: --only-verified - name: Scan Results Status if: steps.trufflehog.outcome == 'failure'