fix(audit): drop stlp-3dscanner and sectestbed-sandbox from scope [#446]
3dscanner has been offline ~7 months; sandbox is a disposable
break-fix VM rolled back via Proxmox snapshots, so a failed SSH
probe there is expected noise, not a finding.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user