Merge pull request #15147 from Security-Onion-Solutions/amv

omit new hypervisor state name fp
This commit is contained in:
Josh Patterson
2025-10-15 15:03:31 -04:00
committed by GitHub

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