6 lines
452 B
Batchfile
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"
|