Skip to content

Commit

Permalink
Update trufflehog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bthornton-cb authored Jan 5, 2024
1 parent 49082d0 commit 6ce89c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trufflehog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:

- name: TruffleHog OSS
id: trufflehog
uses: trufflesecurity/trufflehog@main
uses: trufflesecurity/trufflehog@1cc41e2c757017b55e447c015485e166486376c1 #v3.63.7
continue-on-error: true
with:
path: ./
base: "${{ github.event.repository.default_branch }}"
head: HEAD
extra_args: --only-verified
extra_args: --only-verified --no-update

- name: Scan Results Status
if: steps.trufflehog.outcome == 'failure'
Expand Down

0 comments on commit 6ce89c9

Please sign in to comment.