{ "hooks": { "PreToolUse": [ { "matcher": "Read", "hooks": [ { "type": "command", "command": ".claude/hooks/sonar-secrets/build-scripts/pretool-secrets.sh", "timeout": 60 } ] } ], "UserPromptSubmit": [ { "matcher": "*", "hooks": [ { "type": "command", "command": ".claude/hooks/sonar-secrets/build-scripts/prompt-secrets.sh", "timeout": 60 } ] } ] } }