Skip to content

Commit

Permalink
Update trufflehog.yml
Browse files Browse the repository at this point in the history
--only-verified flag added while scanning
  • Loading branch information
nitin-vavdiya authored Oct 22, 2024
1 parent 7e1b48e commit 0ae7f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
path: ./ # Scan the entire repository
base: "${{ github.event.repository.default_branch }}" # Set base branch for comparison (pull requests)
extra_args: --filter-entropy=4 --results=verified,unknown --debug
extra_args: --filter-entropy=4 --results=verified,unknown --debug --only-verified

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

0 comments on commit 0ae7f42

Please sign in to comment.