DESA Script Health Static Check
Run a static inspection prep step for DESA scripts without executing privileged or destructive operations.
script.ps1
Write-Output 'DESA public-safe static check only' # No credential access. No destructive commands.
Run a static inspection prep step for DESA scripts without executing privileged or destructive operations.
Write-Output 'DESA public-safe static check only' # No credential access. No destructive commands.