Skip to content

Commit

Permalink
Merge branch 'main' into price-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelnabors authored Nov 25, 2024
2 parents e212939 + 9812e79 commit bb1a186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/config/.pre-commit-config-template.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
repos:
- repo: "local"
- repo: 'local'
hooks:
- id: "trufflehog"
name: "TruffleHog"
- id: 'trufflehog'
name: 'TruffleHog'
description: Detect secrets in your data.
entry: bash -c 'trufflehog git file://. --since-commit HEAD --no-verification --fail --no-update'
language: system
stages: ["pre-commit", "pre-push"]
stages: ['pre-commit', 'pre-push']

0 comments on commit bb1a186

Please sign in to comment.