Update verifications

This commit is contained in:
Mike Reeves
2023-05-30 09:50:43 -04:00
parent 482c5324db
commit 62a063dae4

View File

@@ -44,7 +44,8 @@ log_has_errors() {
grep -vE "Exception in callback None" | \ grep -vE "Exception in callback None" | \
grep -vE "deprecation: ERROR" | \ grep -vE "deprecation: ERROR" | \
grep -vE "code: 100" | \ grep -vE "code: 100" | \
grep -vE "/nsm/repo/rules/sigma/rules*" | \ grep -vE "/nsm/rules/sigma*" | \
grep -vE "/nsm/rules/yara*" | \
grep -vE "Running scope as unit" &> "$error_log" grep -vE "Running scope as unit" &> "$error_log"
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then