diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c36e3b..f58362f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,15 +24,12 @@ jobs: with: fetch-depth: 0 - - name: TruffleHog OSS + - name: Trufflehog Secret Scanning id: trufflehog uses: trufflesecurity/trufflehog@main continue-on-error: true with: - path: ./ - base: "${{ github.event.repository.default_branch }}" - head: HEAD - extra_args: --debug + extra_args: --results=verified,unknown - name: Scan Results Status if: steps.trufflehog.outcome == 'failure'