Skip to content

Commit

Permalink
Put trufflehog back in
Browse files Browse the repository at this point in the history
  • Loading branch information
antroy-madetech committed Dec 9, 2024
1 parent d90b9aa commit 6655b1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ repos:
entry: tflint --recursive --fix
language: system
pass_filenames: false
# - repo: local
# hooks:
# - id: trufflehog
# name: TruffleHog
# description: Detect secrets in your data.
# entry: bash -c 'trufflehog filesystem . --no-verification --fail --exclude-paths=.trufflehogignore'
# language: system
# stages: ["commit", "push"]
- repo: local
hooks:
- id: trufflehog
name: TruffleHog
description: Detect secrets in your data.
entry: bash -c 'trufflehog filesystem . --no-verification --fail --exclude-paths=.trufflehogignore'
language: system
stages: ["commit", "push"]
1 change: 1 addition & 0 deletions .trufflehogignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git
.playwright-browsers
poetry.lock
.terraform

0 comments on commit 6655b1c

Please sign in to comment.