Files
claudetools/.claude/skills/remediation-tool/scripts/run-breakglass-alert.cmd
Mike Swanson 51b09dacbb sync: auto-sync from GURU-5070 at 2026-07-17 05:35:10
Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-07-17 05:35:10
2026-07-17 05:37:13 -07:00

6 lines
452 B
Batchfile

@echo off
REM Wrapper for the ACG M365 break-glass sign-in alert. Invoked by the
REM "ACG-BreakGlass-SignIn-Alert" scheduled task. Uses a Git login shell so the
REM SOPS/age vault env loads, then runs the check from the repo root and logs output.
"C:\Program Files\Git\bin\bash.exe" -lc "cd /d/ClaudeTools && bash .claude/skills/remediation-tool/scripts/breakglass-signin-alert.sh >> .claude/skills/remediation-tool/scripts/.breakglass-alert.log 2>&1"