We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-v
1 parent 863c9ef commit 477000bCopy full SHA for 477000b
1 file changed
modules/hooks.nix
@@ -2933,7 +2933,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
2933
name = "gitleaks";
2934
description = "Find secrets with Gitleaks";
2935
entry = lib.getExe tools.gitleaks;
2936
- args = [ "git" ];
+ args = [ "git" "-v" ];
2937
always_run = true;
2938
stages = [ "post-commit" ];
2939
};
0 commit comments