diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index c1de806..8dbaf81 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -18,7 +18,9 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 - - uses: trufflehog/actions/setup@17456cf5a9c8be7821b4dc568702b5f43650a8ad # was: @main - - run: trufflehog github --only-verified --no-update - env: - GH_TOKEN: \${{ github.token }} + - uses: trufflesecurity/trufflehog@75add79b929b263dae147d2e5bcf0daf292165cf + with: + path: ./ + base: ${{ github.event.repository.default_branch }} + head: HEAD + extra_args: --only-verified --fail --no-update