diff --git a/Makefile b/Makefile index cc5d8b171..670a0e711 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ check: @yarn lint @yarn prettier @pre-commit run --all-files + +scan: @trufflehog --debug --only-verified git file://./ --since-commit main --branch HEAD --fail deep: scan