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'