Skip to content

Commit

Permalink
Merge pull request #2923 from HHS/pre-commit-update
Browse files Browse the repository at this point in the history
pre-commit update
  • Loading branch information
jonnalley authored Oct 16, 2024
2 parents 5d56a14 + 36c42b2 commit f31fd31
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 @@ -56,4 +56,4 @@ repos:
# For running trufflehog in docker, use the following entry instead:
entry: bash -c 'docker run --rm -v "$(pwd):/workdir" -i --rm trufflesecurity/trufflehog:latest git file:///workdir --since-commit HEAD --only-verified --fail'
language: system
stages: ["commit", "push"]
stages: ["pre-commit", "pre-push"]

0 comments on commit f31fd31

Please sign in to comment.