Merge pull request #12929 from Security-Onion-Solutions/2.4/verifyexclude

Exclude new sigma rules
This commit is contained in:
Josh Brower
2024-05-03 15:38:25 -04:00
committed by GitHub

View File

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