omit new hypervisor state name fp

This commit is contained in:
Josh Patterson
2025-10-15 14:59:37 -04:00
parent 348809bdbb
commit d9f70898dd

View File

@@ -68,6 +68,7 @@ log_has_errors() {
grep -vE "Command failed with exit code" | \ grep -vE "Command failed with exit code" | \
grep -vE "Running scope as unit" | \ grep -vE "Running scope as unit" | \
grep -vE "securityonion-resources/sigma/stable" | \ grep -vE "securityonion-resources/sigma/stable" | \
grep -vE "remove_failed_vm.sls" | \
grep -vE "log-.*-pipeline_failed_attempts" &> "$error_log" grep -vE "log-.*-pipeline_failed_attempts" &> "$error_log"
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then