mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-01 16:50:10 +00:00
9 lines
299 B
YAML
9 lines
299 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: trufflehog
|
|
name: TruffleHog
|
|
description: Detect secrets in your data.
|
|
entry: bash -c 'trufflehog git file://. --since-commit HEAD --results=verified,unknown --no-update'
|
|
language: system
|
|
stages: ["commit", "push"] |