Skip to content

Commit da49e22

Browse files
committed
feat(composer): Add trufflehog command
- Add trufflehog command to composer.json
1 parent 5819e6b commit da49e22

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
"style-lint": "@style-fix --diff --dry-run",
192192
"test": "@pest",
193193
"test-coverage": "@pest-coverage",
194+
"trufflehog": "trufflehog git https://github.com/guanguans/ai-commit --only-verified",
194195
"var-dump-server": "@php ./vendor/bin/var-dump-server --ansi -v",
195196
"vhs": [
196197
"@cghooks-uninstall",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)