diff --git a/scripts/audit-fleet.sh b/scripts/audit-fleet.sh index 381a857..7113b20 100755 --- a/scripts/audit-fleet.sh +++ b/scripts/audit-fleet.sh @@ -115,6 +115,8 @@ while IFS=$'\t' read -r host ts_ip online; do case "$host" in tsys-cloudron-new) continue ;; # Reston prod VPS — out of audit scope + stlp-3dscanner) continue ;; # offline ~7mo; user pulled from audit scope + sectestbed-sandbox) continue ;; # disposable test VM — frequently broken by design esac if [ "$online" != "true" ]; then