Files
bw-copilot-resources/resources/hooks/session-audit.json

13 lines
378 B
JSON

{
"hooks": {
"SessionStart": [
{
"type": "command",
"osx": "bash ~/.copilot-resources/resources/scripts/report-hook-event.sh",
"linux": "bash ~/.copilot-resources/resources/scripts/report-hook-event.sh",
"windows": "powershell -NoProfile -File \"$HOME/.copilot-resources/resources/scripts/report-hook-event.ps1\""
}
]
}
}