Skip to content

Commit

Permalink
ci: Make Trufflehog pre-commit scan all files
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson authored Nov 15, 2024
1 parent 4d92ad2 commit 9c98250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ repos:
- id: trufflehog
name: TruffleHog
description: Detect secrets in your data.
entry: bash -c 'trufflehog git file://. --since-commit HEAD --no-verification --fail --exclude-paths=.trufflehogignore'
entry: bash -c 'trufflehog git file://. --no-verification --fail --exclude-paths=.trufflehogignore'
language: system
stages: ["commit", "push"]

0 comments on commit 9c98250

Please sign in to comment.